View source: R/confint-method.R
confint.tsci | R Documentation |
Confidence Intervals of Treatment Effect Estimates for TSCI Fits.
## S3 method for class 'tsci'
confint(object, parm = NULL, level = 0.95, ...)
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. |
a matrix containing the confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.