pStrel {Bayesrel} | R Documentation |
takes a mcmc posterior sample of any of the single test reliability estimates and calculates the prior and posterior probability of the estimate being bigger or smaller than an arbitrary value (priors are stored in the package)
pStrel(x, estimate, low.bound)
x |
A strel output object (list) |
estimate |
A character string indicating what estimate to plot from the strel output object |
low.bound |
A number for the threshold to be tested against |
pStrel(strel(asrm, "lambda2", n.chains = 2, n.iter = 150, freq = FALSE),
"lambda2", .80)