| pls_inspect | R Documentation |
Extract important information from a fitted PlsModel. The interface is
modelled after lavaan::lavInspect(): a single what argument
selects which piece of information to return.
pls_inspect(object, what = "estimates", ...)
## S4 method for signature 'PlsModel'
pls_inspect(object, what = "estimates", ...)
object |
A fitted |
what |
A single string selecting what to extract (case-insensitive);
defaults to
|
... |
Currently ignored. |
The requested information; the type depends on what (see above).
## Not run:
fit <- pls(model, data = data)
pls_inspect(fit, "info")
pls_inspect(fit, "cov.lv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.