Last chance! 50% off unlimited learning
Sale ends in
Extracts the scores from a fixest estimation.
# S3 method for fixest
estfun(x, ...)
A fixest
object, obtained for instance from feols
.
Not currently used.
Returns a matrix of the same number of rows as the number of observations used for the estimation, and the same number of columns as there were variables.
# NOT RUN {
est = feols(Petal.Length ~ Petal.Width + Sepal.Width, iris)
head(estfun(est))
# }
Run the code above in your browser using DataLab