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

AuthorJing Zhang [aut, cre], Zhi Jin [aut]
MaintainerJing Zhang <zj391120@163.com>
LicenseGPL-3
Version1.4
URL https://github.com/yikeshu0611/fastStat
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fastStat")

Try the fastStat package in your browser

Any scripts or data that you put into this service are public.

fastStat documentation built on Jan. 13, 2021, 7:32 a.m.