I am new at using R and was wondering if someone can give me the exact syntax
for getting the covariance matrix.
I used logit to generate the equation. Specifically the syntax was:
glm(formula = Status ~ A + B + C + D + E, family = binomial(link = logit),
data = logit)
Do you know the syntax to get the covariance matrix? Thanks!
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.