check_class_fixest: Checks that the class of each regression is of the type...

View source: R/create_means.R

check_class_fixestR 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.


panelsummary documentation built on Aug. 16, 2023, 9:06 a.m.