This function simply extracts the number of observations form a fixest object,
obtained using the functions femlm, feols or feglm.
Usage
# S3 method for class 'fixest'
nobs(object, ...)See also
See also the main estimation functions femlm, feols or feglm.
Use summary.fixest to see the results with the appropriate standard-errors,
fixef.fixest to extract the fixed-effects coefficients, and the function etable
to visualize the results of multiple estimations.