coef {DynTxRegime} | R Documentation |
A list is returned, one element for each regression step required by the statistical method.
coef(object, ...)
object |
Value object returned by any statistical method implemented in DynTxRegime. |
... |
Optional additional inputs defined by coefficient methods of selected regression functions. |
Methods are defined for all statistical methods implemented in DynTxRegime.
The exact structure of the returned list will vary depending on the statistical method. For methods that include a propensity regression, the returned list will include an element named 'propen'. For methods that include an outcome regression, the returned list will include an element named 'outcome'.