fitObject {DynTxRegime} | R Documentation |
Objects Returned by Modeling Functions
Description
Returns a list of the objects returned by all modeling functions
Usage
fitObject(object, ...)
Arguments
object |
Value object returned by a statistical method of DynTxRegime |
... |
Optional additional inputs |
Details
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'.
[Package DynTxRegime version 4.15 Index]