英文: How to plot logistic probability for custom generalized additive model (GAM) plot? 问题 我明白,以下是代码部...
如何在 Stata 中使用字节格式列创建虚拟变量?
英文: How do I create a dummy variables using a byte format column in Stata? 问题 我有一个性别列,其中要么是"Fem...
i want to fit a model in sklearn but it throws an error. below are the lines of code i used
英文: i want to fit a model in sklearn but it throws an error. below are the lines of code i used 问题 我...
拟合多个零膨胀负二项模型并获取汇总结果
英文: Fitting several zero-inflated negbin models and get pooled results 问题 我有一个包含患者数据的数据集。其中一些患者在医院里住...
Use of svyglm and svydesign with R for multistage stratified cluster design
英文: Use of svyglm and svydesign with R for multistage stratified cluster design 问题 我有一个复杂的数据集,它是通过多阶...
如何在R中对存储在列表中的数据框的列名执行循环。
英文: How to do a loop over a colnames of data frames stored in a list in r 问题 我正在尝试对存储在列表上的多个数据框的列执行贝...
提取回归循环中特定变量的系数和p值。
英文: Extract coefficient and p-value for certain variable from regression loop 问题 抱歉,我无法理解你的指示。 英文: I...
“variable lengths differ” error while running regressions in a loop
英文: "variable lengths differ" error while running regressions in a loop 问题 我正在尝试运行一个基于我在以前...
R-style formulas在实现GLM中的幂(即平方)时出现问题
英文: R-style formulas when implementing a power (i.e. square) in a GLM misbehaves 问题 在下面的Python代码中,gl...
如何在R中使用大数据集运行狄利克雷回归?
英文: How to run Dirichlet Regression with a big data set in R? 问题 我想在R中使用DirichReg包对一个大数据集运行狄利克雷回归。我目...
5