vcov.logbin | R Documentation |
Returns the variance-covariance matrix of the main parameters of a fitted logbin
model object.
## S3 method for class 'logbin'
vcov(object, ...)
object |
an object of class |
... |
additional arguments for method functions. |
An equivalent method to vcov
, to use with logbin
models.
A matrix of the estimated covariances between the parameter estimates in the linear or
non-linear predictor of the model. This should have row and column names corresponding
to the parameter names given by the coef
method.
If object$boundary == TRUE
, the standard errors of the coefficients
are not valid, and a matrix of NaN
s is returned.
Mark W. Donoghoe markdonoghoe@gmail.com
summary.logbin
, vcov.glm
## For an example see example(logbin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.