Learn R Programming

CountsEPPM (version 3.1)

vcov.CountsEPPM: Variance/Covariance Matrix for Coefficients

Description

Variance/covariance matrix for coefficients of fitted model.

Usage

# S3 method for CountsEPPM
vcov(object, model = c("full", "mean", "scale.factor"), ...)

Value

The variance/covariance matrix of the parameters of the fitted model object.

Arguments

object

fitted model object of class "CountsEPPM"

model

character indicating variance/covariance matrix for all coefficients to be output: all coefficients ("full"), variance/covariance matrix for coefficients of probability of success ("mean"), variance/covariance matrix for coefficients of scale-factor ("scale.factor")

...

other parameters to be passed through to function

Author

David M. Smith <dmccsmith@verizon.net>

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. tools:::Rd_expr_doi("10.18637/jss.v034.i02").

See Also

betareg

Examples

Run this code
data("herons.group") 
output.fn  <- CountsEPPM(number.attempts ~ 0 + group,
 herons.group, model.type = 'mean only', model.name = 'Poisson')
vcov(output.fn)

Run the code above in your browser using DataLab