R/summary.lae.R

summary.lae <- function(object,...){

cat("Summary of LASSO averaging, LASSO and OLS estimation:\n")
cat("\n")
printCoefmat(object$coefficients)
cat("\n")
if(is.null(object$variable.importance)==FALSE){printCoefmat(object$variable.importance)}

}

Try the MAMI package in your browser

Any scripts or data that you put into this service are public.

MAMI documentation built on May 6, 2019, 3:02 p.m.