Returns the variance-covariance matrix of a fitted object. For internal use.
# S3 method for mmm2
vcov(object, return.null = TRUE, adjust.residuals = TRUE,
robust = FALSE, ...)# S3 method for ls.lvmfit
vcov(object, return.null = TRUE,
adjust.residuals = TRUE, robust = FALSE, ...)
a mmm2
or ls.lvmfit
object.
if TRUE return a matrix filled with NA.
small sample adjustement.
should robust standard error be used? Otherwise rescale the influence function with the standard error obtained from the information matrix.
Not used. Only for compatibility with the generic method.