univariate_or | R Documentation |
Variate logistic analysis Row: sample, Column: gene expression score E.g.: Gene or miRNA expression, or risk score
univariate_or(d.frame, label, scale = TRUE)
d.frame |
Data.frame — Row: sample, Column: gene expression |
label |
True Sample label |
scale |
c(OR, 2.5% CI, 97.5% CI)
data("LIRI")
loonR::univariate_or(LIRI[,3:6], LIRI$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.