coef.RI.regression.result {hettx} | R Documentation |
Extract coefficients of a fit RI regression model.
Description
Extract coefficients of a fit RI regression model.
Usage
## S3 method for class 'RI.regression.result'
coef(object, ...)
Arguments
object |
A RI.regression.result object. |
... |
Unused |
Examples
df <- make.randomized.dat( 1000, gamma.vec=c(1,1,1,2), beta.vec=c(-1,-1,1,0) )
es <- estimate_systematic( Yobs ~ Z, interaction.formula = ~ A + B, data = df )
coef(es)
[Package hettx version 0.1.3 Index]