An S3method for stats::vcov
that computes standard
errors for teeMod
models using vcov_tee()
.
Usage
# S3 method for class 'teeMod'
vcov(object, ...)
Arguments
- object
a fitted
teeMod
model- ...
additional arguments to
vcov_tee()
.
Value
A \(2\times 2\) matrix corresponding to an intercept and the treatment variable in the direct adjustment model
Details
vcov.teeMod()
wraps around vcov_tee()
, so additional
arguments passed to ...
will be passed to the vcov_tee()
call. See documentation for vcov_tee()
for information about
necessary arguments.