confint.tsci {TSCI}R Documentation

Confidence Intervals of Treatment Effect Estimates for TSCI Fits.

Description

Confidence Intervals of Treatment Effect Estimates for TSCI Fits.

Usage

## S3 method for class 'tsci'
confint(object, parm = NULL, level = 0.95, ...)

Arguments

object

an object of class 'tsci'.

parm

a specification of the parameters for which confidence intervals should be calculated. Either a vector of numbers or a vector of names or 'all'. If missing, the confidence interval of treatment effect estimate by violation space selection is returned. If 'all', the confidence intervals for all violation space candidates are returned.

level

the confidence level required.

...

additional argument(s) for methods.

Value

a matrix containing the confidence intervals.


[Package TSCI version 3.0.4 Index]