Description Usage Arguments Value
Summary method for gpls models
1 2 | ## S3 method for class 'gpls'
summary(model, se.type = "HC4m")
|
model |
a fitted model object |
se.type |
One of the robust standard error methods described in vcovHC.gpls. This defaults to the HC4m method, which I have found to give the most accurate results. Note that typical standard errors are not available for partial least squares. Another option to HC standard errors is to utilize the boot package to bootstrap standard errors. |
a summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.