vcov.mvl1lm {MNM} | R Documentation |
Variance-Covariance Matrix of an mvl1lm Object
Description
Extracts the variance-covariance matrix of an mvl1lm Object.
Usage
## S3 method for class 'mvl1lm'
vcov(object, ...)
Arguments
object |
an object of class |
... |
needed for other methods. |
Details
For details see Chapter 13 of the MNM book.
Author(s)
Klaus Nordhausen
References
Oja, H. (2010), Multivariate Nonparametric Methods with R, Springer.
[Package MNM version 1.0-4 Index]