FixedEffectIV_nse: Use FixedEffectModelsIV.jl to run large fixed effect models...

Description Usage Arguments Value Examples

View source: R/FixedEffectIV.R

Description

FixedEffectIV_nse returns the results of a 2 stage linear fixed effect regression

Usage

1
2
FixedEffectIV_nse(dt, formula, iv, fe = NULL, weights = NULL,
  vcov = NULL, save_res = FALSE, print = TRUE)

Arguments

dt

dataset of interest

formula

formula of the y ~ x1 + x2 type

iv

formula endogenous on exogenous variable

fe

expression of fixed effects id1 + id2:id3

weights

expression of weights

vcov

error types, expression either robust or cluster(id1)

save_res

Do we save the residuals

print

Do we print the results (default is yes)

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
  # See vignettes and readme

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