write_predr_and_covars_cmprsn() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write predictor and covariates comparison. The function returns Predictor and covariates comparison (a list).
Arguments
- scored_data_tb
Scored data (a tibble)
- bl_tb
Baseline (a tibble)
- consent_1L_chr
Consent (a character vector of length one), Default: ''
- consent_indcs_int
Consent indices (an integer vector), Default: 1
- depnt_var_min_val_1L_dbl
Dependent variable minimum value (a double vector of length one), Default: numeric(0)
- ds_smry_ls
Dataset summary (a list)
- mdl_smry_ls
Model summary (a list)
- options_chr
Options (a character vector), Default: c("Y", "N")
- output_data_dir_1L_chr
Output data directory (a character vector of length one)
- seed_1L_int
Seed (an integer vector of length one), Default: 1234
- signft_covars_cdn_1L_chr
Significant covariates condition (a character vector of length one), Default: 'any'