.vcov.logit {BuyseTest} | R Documentation |
Compute the variance covariance matrix (i.e. inverse of the information) for logistic regressions.
.vcov.logit(object, indiv, center)
object |
a glm object corresponding to a logistic regression. |
indiv |
[logical] should the individual contribution be output instead of the total variance-covariance? |
center |
[logical] should the individual contribution be centered around the average? |