powered by
An alternative to the summary() function.
glm.summary(in.object, alpha = 0.05)
The regression output from glm().
A parameter defaulted to 0.05.
The output is a matrix.
# NOT RUN { data(campaign) attach(campaign) cmpgn.out <- glm(TOTCONTR ~ CANDGENDER + PARTY + INCUMCHALL + HISPPCT, family=Gamma(link = 'log'), data=campaign) glm.summary(cmpgn.out) # }
Run the code above in your browser using DataLab