Extract the variance-covariance matrix from a PlsModel model

# S4 method for class 'PlsModel'
vcov(object, use.labels = TRUE, ...)

Arguments

object

A PlsModel object.

use.labels

Logical; Should parameter labels be used as names?

...

Currently unused.

Value

A PlsSemMatrix (bootstrap-based vcov, or NULL).