search for: stu_gend

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

Did you mean: st_gen
2011 Dec 23
1
Long jobs completing without output
...grateful for any leads. In the meantime I'll be running with larger subsamples! Regards, Brendan Halpin - code --------------------------------------------------------------- library(arm) library(foreign) mlm <- read.dta("../workingdata.dta") attach(mlm) gender <- as.factor(stu_gend) yr <- year - 1998 failure <- (lmer(fail ~ 1 + cao + subj1 + subj2 + subj3 + gender + yr + ageentry + as.factor(yrs5) + modsize + meancao + depfemr + (1|deptno) + (1|modinst) + (1|ulid) , na.action = na.exclude, family = binomial (link="log...