Displaying 1 result from an estimated 1 matches for "fert_probit".
2005 Dec 20
1
Random effects with glm()
...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.