Sets or gets the default type of DOF correction in summary.fixest
and vcov.fixest
setFixest_dof(dof.type = dof())getFixest_dof()
An object of class dof.type
obtained with the function dof
.
The function getFixest_dof
returns a dof.type
object.
# NOT RUN {
# }
# NOT RUN {
# If you never want DoF correction when computing the vcov
# of fixest object:
setFixest_dof(dof(fixef = FALSE, cluster = FALSE))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab