Learn R Programming

fixest (version 0.3.1)

setFixest_notes: Sets/gets whether to display notes in fixest estimation functions

Description

Sets/gets the default values of whether notes (informing for NA and observations removed) should be displayed in fixest estimation functions.

Usage

setFixest_notes(x)

getFixest_notes()

Arguments

x

A logical. If FALSE, then notes are permanently removed.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# Default is TRUE
getFixest_notes()
# Change default with
setFixest_notes(FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab