FixedEffect_nse: Use FixedEffectModels.jl to run large fixed effect models in...

Description Usage Arguments Value Examples

Description

FixedEffect_nse returns the results of a linear fixed effect regression

Usage

1
2

Arguments

dt

dataset of interest

formula

formula of the y ~ x1 + x2 type

fe

expression of fixed effects id1 + id2:id3

weights

expression of weights

vcov

error types, expression either robust or cluster(id1)

...

Variables that we pass by to FixedEffect function like print and save_res

Value

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

Examples

1
2
3
4
5
# See vignettes and readme
## Not run: 
  FixedEffect_nse(y ~ x1 + x2, id1 + id2, cluster(id1), save = T)

## End(Not run)

eloualiche/FixedEffectjlr documentation built on April 8, 2020, 5 p.m.