check_class_fixest {panelsummary} | R Documentation |
'check_class_fixest' ensures that each class is of the type "fixest" so that the mean of the dependent variable can be taken using fixest built-in methods.
check_class_fixest(models)
models |
Input list. This is the input list of models taken from the user. |
A Boolean of TRUE/FALSE indicating whether the elements are of fixest type.