Learn R Programming

BayesMallows (version 1.5.0)

compute_posterior_intervals_alpha: Compute Posterior Intervals Alpha

Description

posterior confidence intervals

Usage

compute_posterior_intervals_alpha(output, nmc, burnin, verbose = FALSE)

Arguments

output

a subset of an SMCMallows object (though technically any matrix will do)

nmc

Number of Monte Carlo samples

burnin

A numeric value specifying the number of iterations to discard as burn-in.

verbose

if TRUE, prints the final output even if the function is assigned to an object. Defaults to FALSE.

See Also

Other deprecated: compute_posterior_intervals_rho(), compute_rho_consensus()