Dear All,

I'm trying to run a model on a subset of my data 
identified by year = 2002. Does anyone know whats wrong 
with the syntax below:

glmmPQL(desm~desdat,random=~1|male,family=quasibinomial,
data=mcare,subset=year=2002)

I get an error message all the time, but it worked with 
string variables (like: subset=sex=="M").

Thanks,
Istvan

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to