Print method for summary.cv_plmm objects
Usage
# S3 method for class 'summary.cv_plmm'
print(x, digits, ...)
Value
Nothing is returned; instead, a message is printed to the console summarizing the results of the cross-validated model fit.
Examples
admix_design <- create_design(X = admix$X, y = admix$y)
cv_fit <- cv_plmm(design = admix_design)
print(summary(cv_fit))
#> lasso-penalized model with n=197 and p=101
#> At minimum cross-validation error (lambda=0.2097):
#> -------------------------------------------------
#> Nonzero coefficients: 8
#> Cross-validation error (deviance): 1.96
#> Scale estimate (sigma): 1.399