Learn R Programming

hettx (version 0.1.3)

vcov.RI.regression.result: Get vcov() from object.

Description

Get vcov() from object.

Usage

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

Arguments

object

est.beta 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 )
vcov(es)

Run the code above in your browser using DataLab