summary.teeMod | R Documentation |
teeMod
objectssummary()
method for class teeMod
## S3 method for class 'teeMod'
summary(object, vcov.type = "HC0", ...)
## S3 method for class 'summary.teeMod'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
object |
|
vcov.type |
A string indicating the desired variance estimator. See
|
... |
Additional arguments to |
x |
|
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If ‘TRUE’, ‘significance stars’ are printed for each coefficient. |
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.
object of class summary.teeMod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.