blr_linktest {blorr} | R Documentation |
Test for model specification error.
blr_linktest(model)
model |
An object of class |
An object of class glm
.
Pregibon, D. 1979. Data analytic methods for generalized linear models. PhD diss., University of Toronto.
Pregibon, D. 1980. Goodness of link tests for generalized linear models.
Tukey, J. W. 1949. One degree of freedom for non-additivity.
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
blr_linktest(model)