SE: Extract the standard errors from a var-cov matrix.

View source: R/estimate_systematic.R

SER Documentation

Extract the standard errors from a var-cov matrix.

Description

Extract the standard errors from a var-cov matrix.

Usage

SE(object, ...)

Arguments

object

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


hettx documentation built on Feb. 24, 2026, 5:08 p.m.