Dear R users:
I am using the glm function in order to analysis data on fertility of rabbit 
females, the response variable are either 1, the female became pregnant, or 0, 
she does not. I am using the probit link function. Actually I have several 
measurement per female, thus it would be nice if  I can include a random 
permanent effect of female in the model. I order to take into account for the 
variance covariance estructure of the data. 
I supply the calculation in this way:
fert_probit<-glm(fer ~ gae + ctipo  -1,  family = binomial(link="probit"), data 
= FERTILIDAD)


Thus my question is: Do exit same option in the glm() function to allow for 
random effects?, similar to the random option in lme()

Thanks in advance
Juan Pablo.

______________________________________________
[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