# NOT RUN {
res = feols(Sepal.Length ~ Sepal.Width + Petal.Length, iris)
# default is coef. table:
res
# can be changed to only the coefficients:
print(res, type = "coef")
setFixest_print.type("coef")
res # only the coefs
# back to default
setFixest_print.type("table")
# }
Run the code above in your browser using DataLab