search for: age_cohort

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

2012 May 04
2
Binomial GLM, chisq.test, or?
...dispersion but I believe there is something wrong even before worrying about overdispersion. I know (I did a chisq.test) that cohort2004 is very diversly represented between the two sites but it is not reflected in the results of GLM. Here there are the results of chisq.test and the GLM: 1) /> age_cohort<-as.table(rbind(c(142,95,46,33,14,59,18,12,7,1,0),c(258,144,54,70,20,11,6,8,2,3,1))) > dimnames(age_cohort)<-list(site=c("M","D"), + cohorts=c(2010,2009,2008,2007,2006,2004,2003,2002,2001,2000,1996)) > age_cohort cohorts site 2010 2009 2008...