## [19] HardyWeinberg_1.7.5 flextable_0.7.2 mice_3.14.0 ## [22] xml2_1.3.3 officer_0.4.3 sass_0.4.1 ## [25] scales_1.2.0 checkmate_2.1.0 commonmark_1.8.0 ## [28] systemfonts_1.0.4 digest_0.6.29 rmarkdown_2.14 ## [31] svglite_2.1.0 base64enc_0.1-3 pkgconfig_2.0.3 ...
| anova {stats} | R Documentation | Compute analysis of variance (or deviance) tables for one or more fitted model objects.计算一个或多个拟合模型对象的方差(或偏差)表。偏差又称为表观误差,是指个别测定值与测定的平均值之差,它可以用来衡量测定结果的精密度高低。在统计学中,偏差可以...
r statistics html5 reproducible-research rstats easy-to-use r-package reproducibility regression-models gt summary-statistics tableone table1 summary-tables Updated Nov 1, 2024 R aeturrell / skimpy Star 391 Code Issues Pull requests skimpy is a light weight tool that provides summary statistics...
anova() 是stats包中的函数,要注意它与Anova的区别。 1. 生成一个拟合模型的方差分析表 或 2. 比较两个或多个拟合模型的方差分析表。 Anova()是 car包中的函数。用来计算II 和 III型方差。 summary() 展示拟合模型的详细结果 | anova {stats} | R Documentation | Anova Tables Description Compute analysis...
.Rprofile 默认设置文件赋值 <-(Alt±) <<- 强赋值给一个全局变量 而不是局部变量(写函数时用到)R包安装R Package Documentation 在线安装 、源代码安装 在线安装可以自动解决包之间的依赖关系 少部分需要源代码安装 install.package() 包名加引号 安装多个install.package(c(‘’, ‘’ ))获取帮助 help() ...
install.packages( c("modelsummary","tinytable","insight","performance","parameters"),repos=c("https://vincentarelbundock.r-universe.dev","https://easystats.r-universe.dev")) RestartRcompletely before moving on. Get started TheGET STARTEDvignette will walk you through the basics ofmodelsummar...
gt包所做的一切都是为了更简单地生成好看的展示表格。展示表格?是的,我们正在尝试将数据表格(如...
which can then be circulated to colleagues. I take the time to do this, so that when I go back and subset the data someone, I can instantly generate the same, nice, tailored results table. As it is often the case that you will run analysis multiple times, perhaps subsetting on years...
R summary.manova 多元方差分析的汇总方法R语言 summary.manova 位于stats 包(package)。 说明 类"manova" 的summary 方法。 用法 ## S3 method for class 'manova' summary(object, test = c("Pillai", "Wilks", "Hotelling-Lawley", "Roy"), intercept = FALSE, tol = 1e-7, ...) 参数 object...
Computes Summary Statistics for a NGR Report TableRobert G. Garrett