make_ms_smry_tbls_ls | R Documentation |
make_ms_smry_tbls_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make manuscript summary tables list. The function returns Manuscript summary tables (a list).
make_ms_smry_tbls_ls(
outp_smry_ls,
mdls_smry_tbls_ls,
covars_mdls_ls,
descv_tbls_ls,
nbr_of_digits_1L_int = 2L
)
outp_smry_ls |
Output summary (a list) |
mdls_smry_tbls_ls |
Models summary tables (a list) |
covars_mdls_ls |
Covariates models (a list) |
descv_tbls_ls |
Descriptive tables (a list) |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
Manuscript summary tables (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.