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

View source: R/estimate_systematic.R

coef.RI.regression.resultR 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)


hettx documentation built on Aug. 20, 2023, 1:06 a.m.