comp.parameters: Get parameter comparisons two by two or to a given threshold...

Description Usage Arguments Details Value Author(s) See Also

View source: R/comp.parameters.R

Description

comp.parameters performs parameter comparisons based on MCMC outputs

Usage

1
comp.parameters(MCMC, parameter = "mu", type = 1, threshold = 1)

Arguments

MCMC

MCMC data frame.

parameter

The parameter on which to get the comparisons

type

The type of comparisons. 1 for comparison two by two. 2 for comparison to a specific threshold.

threshold

For type = 2, the threshold to which a parameter is different

Details

The comparisons is based on the probability of having a common distribution for each pair of parameters (type 1) or to be different from a specific threshold (type 2). More details in the vignette (type vignette ("PPBstats")).

Value

The function returns

Author(s)

Pierre Riviere

See Also


priviere/PPBstats documentation built on May 6, 2021, 1:20 a.m.