lh_con_cov | R Documentation |
Generate COVAR
lh_con_cov(
data,
lst.eta = c("eta1", "eta2"),
lst.cov = c("AGE", "WT"),
save.path = "./scatter.png",
fancy = "yes",
diag.fs = 12,
stat.fs = 12,
p.width = 768,
p.height = 768,
p.pointsize = 16,
scat.pch = 20
)
data |
Data frame, merged ETA and COVAR data |
lst.eta |
List of ETA names |
lst.cov |
List of covariate names. Add plot name to save.path |
diag.fs |
diagonal label font size |
stat.fs |
stats info font size |
p.width |
plot width and p.height |
p.pointsize |
plot point size and scat.pch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.