Sets/gets whether to display notes in fixest estimation functions
Sets/gets whether to display notes in fixest estimation functions
Sets/gets the default values of whether notes (informing for NA and observations removed) should be displayed in fixest estimation functions.
setFixest_notes(x)getFixest_notes()
Arguments
x: A logical. If FALSE, then notes are permanently removed.
Examples
# Change default withsetFixest_notes(FALSE)feols(Ozone ~ Solar.R, airquality)# Back to default which is TRUEsetFixest_notes(TRUE)feols(Ozone ~ Solar.R, airquality)