Extract variance/covariance matrix for FOCEI fit
# S3 method for focei.fit
vcov(object, ..., type = c("", "r.s", "s", "r"))
Focei fit object
ignored parameters
covariance type == blank for current. "r.s" for the sandwich matrix, "s" for the S matrix, "r" for the R matrix. When requesting another matrix, the model is updated assuming that covariance matrix is correct.
variance/covariance matrix