search for: polint

Displaying 1 result from an estimated 1 matches for "polint".

Did you mean: point
2006 Mar 01
0
Specification decisions in glm and lmer
...y data about attitudes toward the police in US cities? The variable PLACE indicates which city people live in. We wonder if there should be a random intercept to represent diversity across cities. I want something that works like anova() might. What to do? > gl1 <- glm ( RE2TRCOP~ AGE + POLINT + HAPPY + EFFCOM + TRNEI +GRPETH + TRBLK + BLKCHIEF + RCOPDIFF+ RCOPRATE + RCOPBKIL + RCRIM3YR + RPCTBLAK, family=binomial(link=logit),data=eldat) > summary(gl1) Call: glm(formula = RE2TRCOP ~ AGE + POLINT + HAPPY + EFFCOM + TRNEI + GRPETH + TRBLK + BLKCHIEF + RCOPDIFF + RCOPRATE + RCOPBKIL...