| print.fixest_vcov | R Documentation |
fixest objects.Prints a VCOV obtained from fixest, on top of a regular matrix display, its main use is to:
i) report how the VCOV was computed, and ii) hide the information on attributes
## S3 method for class 'fixest_vcov'
print(x, ...)
x |
A |
... |
Not used. |
This function does not return anything.
Laurent Berge
# 1) fixest estimation
est = feols(Petal.Length ~ Sepal.Width, iris)
# 2) print the VCOV; this method hides the attributes
vcov(est)
# 3) showing the attributes if needed
attributes(vcov(est))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.