Package: fastStat
Title: Faster for Statistic Work
Version: 1.3
Authors@R: 
    c(
    person("Jing","Zhang",role = c("aut", "cre"),email = "zj391120@163.com"),
    person("Zhi", "Jin", role="aut")
    )
Description: 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.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: set, reshape2, do, plyr, car, e1071, tseries, survival,
        ggplot2, ggrepel
URL: https://github.com/yikeshu0611/fastStat
BugReports: https://github.com/yikeshu0611/fastStat/issues
NeedsCompilation: no
Packaged: 2019-11-16 12:36:58 UTC; asus
Author: Jing Zhang [aut, cre],
  Zhi Jin [aut]
Maintainer: Jing Zhang <zj391120@163.com>
Repository: CRAN
Date/Publication: 2019-11-22 10:50:02 UTC
Built: R 4.0.2; ; 2020-08-02 16:34:23 UTC; windows
