文件名称:StatsTools
文件大小:63KB
文件格式:ZIP
更新时间:2024-04-06 22:14:33
R
Stats工具 StatsTools是一组统计函数,是华盛顿大学STAT302类的一部分。 安装 您可以使用以下方法从Github安装StatsTools: # install.packages("devtools") devtools :: install_github( " marcradke/StatsTools " ) library( StatsTools ) 使用 有关包装中所有功能的概述,请使用以下方法创建和查看插图: devtools :: install_github( " marcradke/StatsTools " , build_vignette = TRUE , build_opts = c()) library( StatsTools ) # Use this to view the vignette in the StatsTools HTML help
【文件预览】:
StatsTools-master
----.github()
--------.gitignore(7B)
--------workflows()
----vignettes()
--------tutorial.Rmd(3KB)
--------.gitignore(11B)
----NAMESPACE(218B)
----DESCRIPTION(756B)
----R()
--------utils-pipe.R(363B)
--------my_gapminder.R(2KB)
--------my_knn_cv.R(2KB)
--------my_penguins.R(2KB)
--------my_rf_cv.R(2KB)
--------my_t.test.R(2KB)
--------my_lm.R(2KB)
----.Rbuildignore(61B)
----LICENSE.md(34KB)
----README.md(1KB)
----StatsTools.Rproj(436B)
----data()
--------my_gapminder.rda(29KB)
--------my_penguins.rda(2KB)
----man()
--------my_t.test.Rd(852B)
--------my_rf_cv.Rd(579B)
--------my_lm.Rd(572B)
--------my_gapminder.Rd(2KB)
--------my_knn_cv.Rd(947B)
--------pipe.Rd(432B)
--------my_penguins.Rd(3KB)
----tests()
--------testthat()
--------testthat.R(64B)
----.gitignore(31B)