pOmegas {Bayesrel} | R Documentation |
takes mcmc posterior samples of omega_t and omega_h and calculates the prior and posterior probability of the estimate being bigger or smaller than an arbitrary value
pOmegas(x, cutoff.t = 0.8, cutoff.h = 0.6)
x |
A bomegas output object (list) |
cutoff.t |
A number indicating the threshold for omega_t |
cutoff.h |
A number indicating the threshold for omega_h |
pOmegas(bomegas(upps, n.factors = 5, n.chains = 2, n.iter = 150, n.burnin = 50,
disableMcmcCheck = TRUE, missing = "listwise"))