英文: Best way to compute multiple data.frame columns from patterns 问题 我定期以如下宽格式的data.frame形式接收数据: hea...
盒须图 t 检验的显著性与方差分析显著性不同。
英文: Boxplot t-test significance different than ANOVA significance 问题 我已运行单向ANOVA和Tukey事后分析,使用aov()和T...
mice creates NaN and NA after imputing cluster-level variable for clustered data with maxit >0
英文: mice creates NaN and NA after imputing cluster-level variable for clustered data with maxit >...
在图例中在“bquote”内添加一个字符
英文: Adding a character within "bquote" in legend 问题 在legend中的bquote中添加一个词如“today X5”的方法是: ...
如何使用R编程进行代数除法?
英文: How to do algebraic division with R programming? 问题 I've looked everywhere here and here, but no...
在dplyr中的条件左连接
英文: Conditional Left Joining in dplyr 问题 dat1 需要与 dat2 进行左连接,连接条件是 ID,并且选择 dat2 中具有最小 Veh 和 Pert 值的行...
正确的运算符使用
英文: Correct operator usage 问题 我使用IPUMS CPS数据创建了一个残疾的二进制变量,该变量基于IPUMS中六个不同的残疾变量(https://cps.ipums.org...
如何使用R进行单变量和多变量生存分析?
英文: How to get univariate + multivariate survival analysis with R? 问题 使用survminer、ggplot2和survival包,...
复制一个工作表从一个文件到另一个使用R。
英文: Copy a worksheet from one file to another using R 问题 我想复制一个Excel文件中的整个工作表到另一个Excel文件。我发现openxlsx...
R: 如何防止(嵌套)摘要组内的重叠范围
英文: R: How to Prevent Overlapping Ranges Within (Nested) Summary Groups 问题 我正在使用R编程语言进行工作。 我有关于患者的医疗...
298