getCI: Retrieve Selection Adjusted Confidence Intervals

Description Usage Arguments Details Value

Description

A function for retrieving selection adjusted confidence intervals obtained after aggregate testing using the mvnQuadratic or glmQuadratic functions.

Usage

1
getCI(object, type = NULL, confidence_level = NULL, switchTune = NULL)

Arguments

object

an object of class mvnQuadratic or glmQuadratic.

type

the type of confidence interval to contruct, see the the documentation of mvnQuadratic for details.

confidence_level

the desired confidence level for the confidence intervals

switchTune

tuning parameter for Regime Switching confidence intervals.

Details

This function retrieves confidence intervals from a post-aggregate testing analysis. if type is left as NULL then the confidence interval is the first listed in the ci_type field of the original function call. If switchTune is left as NULL then the method used in the original function call will be used.

Value

a set of confidence intervals for the normal means/regression coefficients.


ammeir2/PSAT documentation built on May 27, 2019, 7:40 a.m.