Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

coef

Extract Model Coefficients From Objects Returned by Modeling Functions


Description

A list is returned, one element for each regression step required by the statistical method.

Usage

coef(object, ...)

Arguments

object

Value object returned by any statistical method implemented in DynTxRegime.

...

Optional additional inputs defined by coefficient methods of selected regression functions.

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'.


DynTxRegime

Methods for Estimating Optimal Dynamic Treatment Regimes

v4.10
GPL-2
Authors
S. T. Holloway, E. B. Laber, K. A. Linn, B. Zhang, M. Davidian, and A. A. Tsiatis
Initial release
2022-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.