print.mvdalab | R Documentation |
Summary and print methods for mvdalab objects.
## S3 method for class 'mvdareg' print(x, ...)
x |
an mvdalab object |
... |
additional arguments. Currently ignored. |
print.mvdalab
Is a generic function used to print mvdalab objects, such as print.empca
for imputeEM
, print.mvdapca
for mvdapca
objects, and summary.mvdareg
for mvdareg
objects.
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
data(Penta) mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], ncomp = 2, validation = "loo") print(mod1, ncomp = 2) summary(mod1, ncomp = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.