Learn R Programming

simPH (version 0.7.2)

IntervalConstrict: Constrict simulations to a defined interval.

Description

IntervalConstrict is an internal function to constrict a set of simulations to user defined interval.

Usage

IntervalConstrict(Simb = Simb, SubVar = SubVar, qi = qi,
    QI = QI, spin = FALSE, ci = 0.95)

Arguments

Simb
character string naming the data frame with the simulations.
SubVar
character vector the variable names to subset the simulations by.
qi
character vector naming the type of quantity of interest.
QI
character string labeling the quantitiy of interest values.
spin
logical for whether or not to use the shortest probability interval or the central interval.
ci
numeric confidence interval measure.