powered by
Provides the Variance covariance matrix of an object of class serp.
serp
# S3 method for serp vcov(object, ...)
A variance covariance matrix of a fitted model.
An object of class serp.
additional arguments.
serp, anova.serp, confint.serp
anova.serp
confint.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit", data = serp::wine) vcov(m)
Run the code above in your browser using DataLab