Displaying 1 result from an estimated 1 matches for "blkchief".
Did you mean:
  bakchiev
  
2006 Mar 01
0
Specification decisions in glm and lmer
...ies?  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 +
    RCRIM3YR + RPCTBLAK, family = binomial(link =...