check_class_fixest {panelsummary} | R Documentation |
Checks that the class of each regression is of the type "fixest"
Description
'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.
Usage
check_class_fixest(models)
Arguments
models |
Input list. This is the input list of models taken from the user. |
Value
A Boolean of TRUE/FALSE indicating whether the elements are of fixest type.
[Package panelsummary version 0.1.2.1 Index]