posterior.mode {MCMCglmm} | R Documentation |
Estimates the marginal parameter modes using kernel density estimation
posterior.mode(x)
x |
mcmc object |
modes of the kernel density estimates
Jarrod Hadfield j.hadfield@ed.ac.uk
density
v<-rIW(10, as.matrix(1), n=1000) hist(v) abline(v=posterior.mode(mcmc(v)), col="red")