英文: lm with dummies' interactions 问题 我一直在使用 Prestige 数据集,它来自 mdhglm 包。我想了解一下,如果考虑了预测变量 'type' 的虚...
使用累加函数accumulate和/或cumsum来正确进行投影。
英文: Using accumulate and/or cumsum properly for projections 问题 我需要投影df1中每行的Z、W、Y值。为此,我将使用df2中的B的增长率。...
在R中计算3D数组的方差。
英文: Variance over a 3D array in R 问题 在处理一个三维数组: ar3d <- array(floor(100 * runif(100 * 20 * 30)), ...
对函数str的输出感到困惑。
英文: Confusion with the output of the function str 问题 在Baystate医疗中心(位于美国春田)于1986年收集的birth.csv数据集具有以下格...
在R中计算单词子集的出现次数?
英文: Count subset of words occurrences in R? 问题 在R中,假设我有一个字符串列表,类似于以下内容: str_list <- list("cor...
R: 为嵌套数据集编写函数
英文: R: Writing Functions for Nested Datasets 问题 我正在使用R编程语言进行工作。 我有以下数据集: set.seed(123) library(dplyr...
如何在循环/函数中使用pROC时避免错误?
英文: How to avoid errors when using pROC within a loop/function? 问题 如何在循环/函数中将参数传递给pROC::roc()函数?我尝试了...
R: 根据当前顺序将数据集分成部分
英文: R: Splitting a Dataset Into Parts Based on The Current Order 问题 I am working with the R programm...
在已编织的HTML文档中返回一个包含多个DT::datatables的列表。
英文: Return a series of DT::datatables within a list in knitted HTML document 问题 我有一个返回一系列表格的函数。我想要将它...
Error in anova(): "Error in getResponseFormula(el) : 'form' must be a two-sided formula"
英文: Error in anova(): "Error in getResponseFormula(el) : 'form' must be a two-sided for...
298