pOmegas {Bayesrel}R Documentation

prior and posterior probability of omega_t and omega_h being larger than thresholds

Description

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

Usage

pOmegas(x, cutoff.t = 0.8, cutoff.h = 0.6)

Arguments

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

Examples

pOmegas(bomegas(upps, n.factors = 5, n.chains = 2, n.iter = 150, n.burnin = 50,
disableMcmcCheck = TRUE, missing = "listwise"))

[Package Bayesrel version 0.7.7 Index]