Displaying 2 results from an estimated 2 matches for "reg71wm".
Did you mean:
reg71
2000 Dec 18
3
problems with glm (PR#771)
...1)
> print(z <- glm(Freq~Reg66+Reg71,family=poisson))
Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson)
Coefficients:
(Intercept) Reg66GL Reg66LY Reg66WM Reg71GL Reg71LY
0.6134 3.9022 2.6900 2.8376 3.9597 2.7245
Reg71WM
2.8877
Degrees of Freedom: 15 Total (i.e. Null); 9 Residual
Null Deviance: 40740
Residual Deviance: 19880 AIC: 20000
> print(z2 <- glm(Freq~Reg66+Reg71,family=poisson,weight=wt))
Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson, weights = wt)
Coefficients:
(Int...
2000 Dec 18
3
problems with glm (PR#771)
...1)
> print(z <- glm(Freq~Reg66+Reg71,family=poisson))
Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson)
Coefficients:
(Intercept) Reg66GL Reg66LY Reg66WM Reg71GL Reg71LY
0.6134 3.9022 2.6900 2.8376 3.9597 2.7245
Reg71WM
2.8877
Degrees of Freedom: 15 Total (i.e. Null); 9 Residual
Null Deviance: 40740
Residual Deviance: 19880 AIC: 20000
> print(z2 <- glm(Freq~Reg66+Reg71,family=poisson,weight=wt))
Call: glm(formula = Freq ~ Reg66 + Reg71, family = poisson, weights = wt)
Coefficients:
(Int...