View source: R/print-summary-cv-plmm.R
print.summary.cv_plmm | R Documentation |
Print method for summary.cv_plmm objects
## S3 method for class 'summary.cv_plmm'
print(x, digits, ...)
x |
An object of class |
digits |
The number of digits to use in formatting output |
... |
Not used |
Nothing is returned; instead, a message is printed to the console summarizing the results of the cross-validated model fit.
admix_design <- create_design(X = admix$X, y = admix$y)
cv_fit <- cv_plmm(design = admix_design)
print(summary(cv_fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.