英文: Show sqrt(y) ~ assign(sqrt(x)) relationship with `stat_poly_eq`, `stat_fit_tb` or `stat_fit_tidy...
带虚拟变量交互的LM模型
英文: lm with dummies' interactions 问题 我一直在使用 Prestige 数据集,它来自 mdhglm 包。我想了解一下,如果考虑了预测变量 'type' 的虚...
残差与拟合图在R中
英文: residual vs fitted graph in R 问题 我想在R中绘制残差与拟合图,以展示我的数据的线性关系。我正在使用tslm()函数。以下是我的操作: # 使用plot()函数 ...
计算移动窗口的线性回归斜率
英文: Calculate linear regression slope with moving window 问题 我需要计算每5行数据的斜率,然后跳过1行数据,再计算下5行数据的斜率,如此循环。...
如何引用包含加号的变量?
英文: How to reference a variable containing plus sign? 问题 数据集blood_storage来自包medicaldata,包含一个名为BN+的变量...
仅打印带显著性标记的线性回归(lm)摘要的系数表格。
英文: Printing only the coefficient table of the summary of an lm with significance marks 问题 考虑一个R中的线性...
执行线性回归,其中数据帧的所有列都以第一列作为预测变量。
英文: Perform linear regression over all columns of data fame where first column is predictor 问题 我已搜索S...
创建线性回归模型时出现错误的循环中。
英文: Error creating linear regression model in for loop 问题 以下是翻译好的部分: 我正在创建一些对象,每个对象都是一个lm模型。 这是一个使用i...
从分组数据中使用分段回归提取多个变量的断点。
英文: Extract breakpoints from multiple variables from grouped data using piecewise (segmented) regres...
回归与乘以另一个虚拟变量
英文: Regression with dummy variable multiplied by another 问题 Approach 1 摘要(lm(Salary~Variable1, df%&g...