
Plots a model or a population of model objectsas barplots of scaled coefficients.
plotModelScore.Rd
Plots a model score or a population of models as a barplots, representing each feature, the length being the coefficient
Usage
plotModelScore(
mod = NULL,
y = NULL,
col.sign = c("deepskyblue1", "firebrick1"),
main = ""
)