# NOT RUN {
# simple estimation on iris data, using "Species" fixed-effects
res = feols(Sepal.Length ~ Sepal.Width*Petal.Length +
Petal.Width | Species, iris)
# Terms of the linear part
terms(res)
# }
Run the code above in your browser using DataLab