View source: R/feols_residualize.R
feols_residualize | R Documentation |
Return residuals from a fixed effects model
feols_residualize(y, rhs_continuous, rhs_fe, data)
y |
character, dependent variable |
rhs_continuous |
character vector, right-hand side continuous variables |
rhs_fe |
character vector, right-hand side fixed effects (basically any categorical variable) |
data |
data.frame, data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.