yikeshu0611/fastStat: Faster for Statistic Work

When we do statistic work, we need to see the structure of the data. list.str() function will help you see the structure of the data quickly. list.plot() function can help you check every variable in your dataframe. table_one() function will make it easy to make a baseline table including difference tests. uv_linear(), uv_logit(), uv_cox(), uv_logrank() will give you a hand to do univariable regression analysis, while mv_linear(), mv_logit() and mv_cox() will carry out multivariable regression analysis.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.3
URL https://github.com/yikeshu0611/fastStat
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("yikeshu0611/fastStat")
yikeshu0611/fastStat documentation built on Nov. 18, 2019, 11:23 a.m.