powered by
Covariance of the regression coefficients
# S3 method for zibellreg vcov(object, ...)
the variance-covariance matrix associated with the regression coefficients.
an object of the class bellreg
further arguments passed to or from other methods.
# \donttest{ data(cells) fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells) vcov(fit) # }
Run the code above in your browser using DataLab