R包stat4xiang

Summary

The R package stat4xiang is for statistical analysis including Student t-test, Anova, Wilcox test and Kruskal test.

Download and Install

To download the development version of the package, type the following at the R command line:

1
2
install.packages("devtools")
devtools::install_github("lixiang117423/stat4xiang", build_vignettes = TRUE)

Parameter

df: input data.frame 输入数据框

value: Colnames of value 值所在的列名

group: Colnames of group 分组信息所在列名

method: Method of statistics 统计方法:t检验方差分析Wilcox检验Kruskal检验

level: Statistical inspection level 显著水平,如0.99

Basic example

1
2
3
library(stat4xiang)

res <- stat4xiang(iris,'Sepal.Length','Species','anova',0.99)

Reporting bugs and other issues

If you encounter a clear bug, please file a minimal reproducible example on github.

Contact us

💌lixiang117423@gmail.com

💌lixiang117423@foxmail.com


R包stat4xiang
https://lixiang117423.github.io/article/29e3cb7/
作者
小蓝哥
发布于
2021年1月4日
许可协议