Releases: FixedEffects/FixedEffectModels.jl
Releases · FixedEffects/FixedEffectModels.jl
v1.5.1
v1.5.0
FixedEffectModels v1.5.0
Closed issues:
- Supporting instruments for interactions between FE and endogenous variables (#118)
- Print outcome variable when printing (#148)
- Standard errors for IV with multiple endogenous and exogenous variables (#150)
Merged pull requests:
- Add test for Fstat (#151) (@matthieugomez)
- fixes printing (#152) (@matthieugomez)
- Correct collinearity (#153) (@matthieugomez)
- better error message (#154) (@matthieugomez)
- Improve collinearity detection (#155) (@matthieugomez)
- Version Bump (#156) (@matthieugomez)
- Update tss.jl (#157) (@matthieugomez)
- Update fit.jl (#158) (@matthieugomez)
- Better printing (#159) (@matthieugomez)
- correct predict when endo vars are recategorized to exo (#160) (@matthieugomez)
- simplify crossprod (#161) (@matthieugomez)
- re-add collinearity test (#162) (@matthieugomez)
- doc (#163) (@matthieugomez)
- add original variables in dataframe returned by
fe(; keepkeys = true)
(#164) (@matthieugomez)
v1.4.2
FixedEffectModels v1.4.2
Merged pull requests:
- Handle better collinearity in IV (#147) (@matthieugomez)
- Added try/catch for IV standard errors (#149) (@eloualiche)
v1.4.1
FixedEffectModels v1.4.1
Closed issues:
Merged pull requests:
- Allow
missings
in the modelmatrix, necessary to uselead
/lag
in@formula
(#109) (@greimel) - Complete documentation of
reg
(#146) (@eloualiche)
v1.4.0
FixedEffectModels v1.4.0
Merged pull requests:
- CompatHelper: bump compat for "Reexport" to "1.0" (#139) (@github-actions[bot])
- Improve parse_fixedeffect for general usage (#140) (@junyuan-chen)
- Update fit.jl (#141) (@matthieugomez)
- Update Project.toml (#142) (@matthieugomez)
v1.3.1
v1.3.0
FixedEffectModels v1.3.0
Closed issues:
- Support for
coeftable
(#125)
Merged pull requests:
- re-export CoefTable (#126) (@matthieugomez)
v1.2.0
FixedEffectModels v1.2.0
Merged pull requests:
- Update basecol.jl (#123) (@matthieugomez)
- Use Vcov + correct partial_out with weights + allow nthreads option (#124) (@matthieugomez)
v1.1.0
FixedEffectModels v1.1.0
Merged pull requests:
- add align kwarg (#119) (@matthieugomez)
- Update ranktest.jl (#120) (@matthieugomez)
- Update Project.toml (#121) (@matthieugomez)
v1.0.0
FixedEffectModels v1.0.0
Closed issues:
- Delete .DS_Store (#114)
Merged pull requests:
- Add fe(s::Symbol) for programmatic formula construction (#116) (@junyuan-chen)
- Add progressmeter (#117) (@matthieugomez)