View source: R/coefficientPlot.R
This sltools function allows you to extract coefficients from a list of models and create side-by-side coefplots.
1 2 | coefficientPlot(models, alpha = 0.05, model.names = "", var.order = "",
var.names = NULL, omit.intercept = TRUE, omit.factor = TRUE)
|
models |
a list of models |
alpha |
scalar of alpha |
model.names |
list of model names |
var.order |
vector of variable ordering |
var.names |
list of variable names |
omit.intercept |
whether to omit intercept, default = TRUE |
omit.factor |
whether to omit factors, default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.