vcov.teeMod | R Documentation |
teeMod
modelAn S3method for stats::vcov
that computes standard
errors for teeMod
models using vcov_tee()
.
## S3 method for class 'teeMod'
vcov(object, ...)
object |
a fitted |
... |
additional arguments to |
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.
A variance-covariance matrix with row and column entries for the estimated
coefficients in x
, the marginal mean outcome in the control condition,
the marginal mean offset
in the control condition (if an offset
is provided), and if a moderator variable is specified in the formula for x
,
the mean interaction in the control condition of the outcome and offset
with the moderator variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.