Learn R Programming

hettx (version 0.1.3)

coef.RI.regression.result: Extract coefficients of a fit RI regression model.

Description

Extract coefficients of a fit RI regression model.

Usage

# S3 method for RI.regression.result
coef(object, ...)

Arguments

object

A RI.regression.result object.

...

Unused

Examples

Run this code
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)

Run the code above in your browser using DataLab