Fixed-effects OLS estimation — feols • fixest To use multiple dependent variables in fixest estimations, you need to include them in a vector: like in c(y1, y2, y3) First, if names are stored in a vector, they can readily be inserted in a formula to perform multiple estimations using the dot square bracket operator
feols function - RDocumentation Can be either a list of vectors, a character vector of variable names, a formula or an integer vector Assume we want to perform 2-way clustering over var1 and var2 contained in the data frame base used for the estimation
feols: Fixed-effects OLS estimation in fixest: Fast Fixed-Effects . . . To use multiple dependent variables in fixest estimations, you need to include them in a vector: like in c(y1, y2, y3) First, if names are stored in a vector, they can readily be inserted in a formula to perform multiple estimations using the dot square bracket operator
fixest: Fast Fixed-Effects Estimations Fast and user-friendly estimation of econometric models with multiple fixed-effects In-cludes ordinary least squares (OLS), instrumental variables (IV), generalized linear mod-els (GLM), maximum likelihood estimation (ML), and the negative binomial