Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.fixest.obs2remove

Summary method for fixest.obs2remove objects


Description

This function synthesizes the information of function obs2remove. It reports the number of observations to be removed as well as the number of fixed-effects removed per fixed-effect dimension.

Usage

## S3 method for class 'fixest.obs2remove'
summary(object, ...)

Arguments

object

A fixest.obs2remove object obtained from function obs2remove.

...

Not currently used.

See Also

Examples

base = iris
# v6: Petal.Length with only 0 values for 'setosa'
base$v6 = base$Petal.Length
base$v6[base$Species == "setosa"] = 0

x = obs2remove(v6 ~ Species, base)
summary(x)

fixest

Fast Fixed-Effects Estimations

v0.10.0
GPL-3
Authors
Laurent Berge [aut, cre], Sebastian Krantz [ctb], Grant McDermott [ctb] (<https://orcid.org/0000-0001-7883-8573>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.