powered by
Sets or gets the default type of DOF correction in summary.fixest and vcov.fixest
summary.fixest
vcov.fixest
setFixest_dof(dof.type = dof())getFixest_dof()
getFixest_dof()
An object of class dof.type obtained with the function dof.
dof.type
dof
The function getFixest_dof returns a dof.type object.
getFixest_dof
# 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