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

Description Usage Arguments Value Examples

View source: R/FixedEffectModels.R

Description

FixedEffect returns the results of a linear fixed effect regression

Usage

1
2
FixedEffect(dt, lhs, rhs, fe = NULL, weights = NULL, vcov = NULL,
  save_res = FALSE, print = TRUE, verbose = FALSE)

Arguments

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

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.