Description Usage Arguments Value Examples
View source: R/FixedEffectModels.R
FixedEffect returns the results of a linear fixed effect regression
1 2  | 
dt | 
 dataset of interest  | 
lhs | 
 String, Y regression variable  | 
rhs | 
 String, X formula  | 
fe | 
 Fixed effects  | 
weights | 
 Regression weights  | 
vcov | 
 Specification for the error  | 
save_res | 
 Do we save the residuals  | 
print | 
 Do we print the results  | 
verbose | 
 Do we print status report on what's going on  | 
The return value will be a list which contains two elements at this point results: includes most of the observation from the julia call summary: includes information that is of importance to write a table
1  | # See vignettes and readme
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.