Learn R Programming

fixest (version 0.3.1)

setFixest_dof: Sets the default type of DoF correction in summary/vcov.fixest

Description

Sets or gets the default type of DOF correction in summary.fixest and vcov.fixest

Usage

setFixest_dof(dof.type = dof())

getFixest_dof()

Arguments

dof.type

An object of class dof.type obtained with the function dof.

Value

The function getFixest_dof returns a dof.type object.

See Also

dof

Examples

Run this code
# 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