Description Usage Arguments Author(s) Examples
CreateTableOne2 is a simplified and enhanced version of table::CreateTableOne.It can refactor the data frame and make visualization and file saving easier.
1 2 3 4 5 6  | CreateTableOne2(cluster,
                control = NULL,
                strata,
                data,
                save.file = T,
                names = "love")
 | 
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  | 
Weibin Huang<654751191@qq.com>
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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.