clinic_CreateTableOne2: Optimized baselined information production from tableone...

Description Usage Arguments Author(s) Examples

Description

CreateTableOne2 is a simplified and enhanced version of table::CreateTableOne.It can refactor the data frame and make visualization and file saving easier.

Usage

1
2
3
4
5
6
CreateTableOne2(cluster,
                control = NULL,
                strata,
                data,
                save.file = T,
                names = "love")

Arguments

cluster

the row markers like Gender

control

the control of row marker like FEMALE

strata

the col marker like N.status

data

a data frame

save.file

whether to save file

names

part name of saved file

Author(s)

Weibin Huang<654751191@qq.com>

Examples

1
2
3
4
5
6
7
8
## This is a simulative process and NOT RUN
cluster = c("age","gender","his1","his2","T.status","N.status","Group1","Np.count","M.status","Stage","risk.score")
t1 <- CreateTableOne2(cluster,
                      control = NULL,
                      strata = "score.status",
                      data = design.train1,
                      save.file = T,
                      names = "love")

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.