drlucyasher wrote:
> 
> I am attempted to examine the temporal independence of my data set and
> think I need an unordered multinomial logistic regression (or logit model)
> with repeated measures to do so. 
> 
> What I have thought of so far is 
> 
> glm(Location~ Pen| Bird*AMPM*Time, family=mulinomial)
> 
> 

Check package MCMCglmm. In the tutorial coming with it, there is a example
that is quite similar to your's.

Dieter

-- 
View this message in context: 
http://www.nabble.com/unordered-multinomial-logistic-regression-%28or-logit-model%29-with-repeated-measures-%28I-think%29-tp25803223p25803287.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to