search for: multinomial5

Displaying 3 results from an estimated 3 matches for "multinomial5".

Did you mean: multinomial
2018 Mar 22
2
MCMCglmm multinomial model results
...prior = list( R = list(fix=1, V=0.5 * (I + J), n = 4), G = list( G1 = list(V = diag(4), n = 4), G2 = list(V = diag(4), n = 4))), burnin = burn, nitt = iter, family = "multinomial5", data = data, pr=TRUE, pl=TRUE, DIC = TRUE, verbose = FALSE) And the summary of the main effects: post.mean l-95% CI u-95% CI eff.samp pMCMC traitOpp_teacher -3.828752 -4.616731 -3.067424 184.4305 5.26315...
2018 Mar 23
0
MCMCglmm multinomial model results
...; R = list(fix=1, V=0.5 * (I + J), n = 4), > G = list( > G1 = list(V = diag(4), n = 4), > G2 = list(V = diag(4), n = 4))), > burnin = burn, > nitt = iter, > family = "multinomial5", > data = data, We have no way to debug this without the data. Perhaps you should contact the maintainer and in your message attach the data? maintainer('MCMCglmm') [1] "Jarrod Hadfield <j.hadfield at ed.ac.uk>" An equally effective approach would...
2018 Mar 24
1
MCMCglmm multinomial model results
...=1, V=0.5 * (I + J), n = 4), > > G = list( > > G1 = list(V = diag(4), n = 4), > > G2 = list(V = diag(4), n = 4))), > > burnin = burn, > > nitt = iter, > > family = "multinomial5", > > data = data, > > We have no way to debug this without the data. Perhaps you should contact > the maintainer and in your message attach the data? > > maintainer('MCMCglmm') > [1] "Jarrod Hadfield <j.hadfield at ed.ac.uk>" >...