powered by
Extract coefficients of a fit RI regression model.
# S3 method for RI.regression.result coef(object, ...)
A RI.regression.result object.
Unused
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