summary()
method for class teeMod
Arguments
- object
teeMod
object- vcov.type
A string indicating the desired variance estimator. See
vcov_tee()
for details on accepted types.- ...
Additional arguments to
vcov_tee()
, such as the desired finite sample heteroskedasticity-robust standard error adjustment.- x
summary.teeMod
object- digits
the number of significant digits to use when printing.
- signif.stars
logical. If ‘TRUE’, ‘significance stars’ are printed for each coefficient.
Details
If a teeMod
object is fit with a SandwichLayer
offset, then the usual stats::summary.lm()
output is enhanced by
the use of covariance-adjusted sandwich standard errors, with t-test
values recalculated to reflect the new standard errors.