英文: Why do I have different p-values if calculated differently? 问题 以下是您要翻译的内容: 我确实有以下的数据框: df <- ...
尝试为 tibble 创建一个日期列。希望从价格 xts 对象的索引中获取值。
英文: Trying to create a date column for tibble. Want to take the values from the index of a prices xt...
随机选择 R 数据表中的 50 列会导致只有 50 行的表格。如何修复这个问题?
英文: Randomly selecting 50 columns in R data table results in table with only 50 rows. How can I fix ...
在一个大型的 R 数据框中,通过 tidyverse 按日期分组线性插值数值。
英文: Linearly interpolating values in a large R data frame grouped by date using tidyverse 问题 我正在尝试在一...
什么原因导致我的ggplot2箱线图在使用width参数时变成细线而不是宽箱子?
英文: What is causing my ggplot2 boxplot to turn into skinny lines instead of wide boxes using the wid...
仅打印带显著性标记的线性回归(lm)摘要的系数表格。
英文: Printing only the coefficient table of the summary of an lm with significance marks 问题 考虑一个R中的线性...
如何在R中对列表进行子集化?
英文: How to subset a list in R? 问题 在以下代码中,我使用bootTest()函数创建了一个列表,其中从survival包的lung数据集中提取了5个样本。我想要提取第一...
将字符串转换为数据框的列
英文: Convert character string into columns of dataframe 问题 我有一个看起来像这样的字符向量: c("S01_28819_W0D0_Unp...
如何在ggplot中在分面条之间添加垂直线?
英文: How to add vertical lines between facet strips in ggplot? 问题 reprex: library(tidyverse) df <-...
在R中使用glm进行大型数据框的线性回归 – 列子集的问题
英文: Using glm in R for linear regression on a large dataframe - issues with column subsetting 问题 我正在...
298