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