genformula | R Documentation |
gen regress formula
genformula(
varlist,
method = NULL,
fe = NULL,
cluster = NULL,
en = NULL,
iv = NULL,
...
)
dep: |
dependent variable, require |
indep_ex: |
exogeneous independent variables, require |
fe: |
fixed effect, optional |
cluster: |
cluster varaible, optional |
en: |
endogenous independent variables, optional |
iv: |
Instrumental variables, must longer than |
method: |
Formula usage scenario, default is felm |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.