lh_concat_lattice | R Documentation |
Plot continuous vs categorical covariates
lh_concat_lattice(
dat,
cont = c("WT", "CRCL", "BSA", "BMI", "AGE"),
cat = c("CRCLCAT", "NCI", "ECOG", "TUMTYPE"),
labcont = c("Weight (kg)", "CRCL (mL/min)", "BSA (m^2)", "BMI (kg/m^2)", "Age (years)"),
labcat = c("Renal\n Function", "Hepatic\n Function (NCI)", "ECOG", "Tumor\n type"),
xtit = "",
ytit = "",
thm = theme(axis.text.x = element_text(vjust = 0.8, hjust = 0.1, size = 9, angle = 90))
)
dat |
Data frame, merged ETA and COVAR data |
cont |
List of continuous |
cat |
List of categorical covariate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.