
Last chance! 50% off unlimited learning
Sale ends in
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.
# S3 method for fixest.obs2remove
summary(object, ...)
A fixest.obs2remove
object obtained from function obs2remove
.
Not currently used.
# NOT RUN {
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)
# }
Run the code above in your browser using DataLab