Displaying 1 result from an estimated 1 matches for "propoli".
Did you mean:
propolis
2012 Mar 24
0
Help ordinal mixed model!
...ou, if someone has already worked with MCMCglmm function
in the case of variables ordinal dependent. I've read and reread all the
pdf's of the package, the coursenotes Jarrod, finally, I'm exhausted. To
clarify the database, the treatment (called fases) consist of three levels
(1-pre, 2-propolis and 3-vincris) and the ordinal variable response has
three categories (1-normal, 2-agudo, 3 - cronico). See table!
du <-
transform(read.table('http://dl.dropbox.com/u/33619290/Dados/Dtest.txt',h=T),FASES=factor(FASES),ALT.RENAIS=ordered(ALT.RENAIS))
summary(du)
library('MCMCglmm...