plot.lae {MAMI} | R Documentation |
The function plots (i) the weights for each candidate model relating to different candidate complexity parameters and (ii) the Lasso averaging, Lasso, OLS estimation, and variable importance results.
## S3 method for class 'lae' plot(x, xaxis = c("index", "realnumbers"), legend.place = "topright", display.importance = TRUE, ...)
x |
An object of class |
xaxis |
A string of either |
legend.place |
A string defining where the legend should be placed. |
display.importance |
A logical value defining whether the variable importance measure should be plotted or not. |
... |
Further graphical arguments to be passed. |
Michael Schomaker
lae
for Lasso Averaging Estimation.
data(Prostate) l1 <- lae(Prostate, ycol="lpsa", kfold=10) plot(l1, xaxis="realnumbers")