Releases: jmboehm/RegressionTables.jl
Releases · jmboehm/RegressionTables.jl
v0.6.1
RegressionTables v0.6.1
Merged pull requests:
- Updates related to [email protected] (#143) (@junder873)
Closed issues:
- fixed effect name bug? (#140)
v0.6.0
RegressionTables v0.6.0
Merged pull requests:
- Large redesign to add flexibility and user defaults and fewer dependencies (#139) (@junder873)
Closed issues:
- Option to drop certain variables (by name) (#12)
- Defining additional controls to be displayed with fixed effects (#17)
- Number of clusters argument to regression_statistics (#40)
- adjr2 not working for LinearModel (#52)
- if out_buffer is supplied, should not also println to stdout (#53)
labels
fails when printing categorical levels? (#90)- Print
estimate
and statistic in one line (#105) - String Type restrictions (#109)
- Show fixedeffects for GLFixedEffectModels (#120)
- Show clusters (#121)
- Automatically use :latex for latexOutput() (#124)
custom_statistics
: format and storing stats in regression object (#129)
Major Changes
- Use
keep
,drop
andorder
instead ofregressors
- Use
render
andfile
keyword arguments instead ofrenderSettings
render=AsciiTable()
,render=LatexTable()
,render=HtmlTable()
extralines
argument replacescustom_statistics
- It is possible to create truly custom statistics for any regression
labels
now applies to individual parts of interaction and categorical coefficient names- `interaction symbol now depends on table type
- Using a Latex table will automatically escape variable names
- Some defaults changed to provide more relevant information
- All defaults are customizable
- " Fixed Effects" will appear after the labeled fixed effects
- A "Controls" indicator will print if coefficients are left out of the table
- Labels for values around the table are dealt with as default values instead of within the
labels
keyword argument print_result
andout_buffer
are no longer keyword arguments
v0.5.10
v0.5.9
RegressionTables v0.5.9
Closed issues:
Merged pull requests:
- bumped Compat and GLM versions; some reference tables reverse-engineered (#131) (@grahamstark)
- use
@testset
, rm compat in test/Project.toml, rm test/Manifest.toml (#137) (@greimel)