multireg | R Documentation |
Multiple regression/ variance decomposition analysis
multireg(formula, data, TopN = 3)
formula |
formula |
data |
dataframe |
TopN |
give top variable importance |
ggplot
if (requireNamespace("relaimpo") && requireNamespace("aplot")) {
data(otutab)
multireg(env1 ~ Group * ., data = metadata[, 2:7])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.