coef.tsci {TSCI} | R Documentation |
Extract Model Coefficients of TSCI Fits.
Description
Extract Model Coefficients of TSCI Fits.
Usage
## S3 method for class 'tsci'
coef(object, parm = NULL, ...)
Arguments
object |
an object of class 'tsci'. |
parm |
a specification for which treatment effect estimates should be returned. Either a vector of numbers or a vector of names or 'all'. If missing, the treatment effect estimate by violation space selection is returned. If 'all', the treatment effect estimates for all violation space candidates are returned. |
... |
arguments to be passed to or from other methods. |
Value
Coefficients extracted form the model object object
.
[Package TSCI version 3.0.4 Index]