Skip to content

Releases: jmboehm/RegressionTables.jl

v0.6.1

21 Dec 20:30
0fb6d7d
Compare
Choose a tag to compare

RegressionTables v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • fixed effect name bug? (#140)

v0.6.0

04 Dec 18:07
c80aea9
Compare
Choose a tag to compare

RegressionTables v0.6.0

Diff since v0.5.10

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 and order instead of regressors
  • Use render and file keyword arguments instead of renderSettings
    • render=AsciiTable(), render=LatexTable(), render=HtmlTable()
  • extralines argument replaces custom_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 and out_buffer are no longer keyword arguments

v0.5.10

07 Aug 19:38
Compare
Choose a tag to compare

RegressionTables v0.5.10

Diff since v0.5.9

Closed issues:

  • Update for StatsModels 0.7 (#130)

Merged pull requests:

v0.5.9

26 May 12:33
acb2769
Compare
Choose a tag to compare

RegressionTables v0.5.9

Diff since v0.5.8

Closed issues:

  • Register v.0.5.8 (#127)
  • too many explicit version requierments? (#132)

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)

v0.5.8

27 Aug 17:53
e13df11
Compare
Choose a tag to compare

RegressionTables v0.5.8

Diff since v0.5.7

Closed issues:

  • RegressionTables in Pluto.jl notebooks (#80)
  • Register v0.5.7 (#119)

Merged pull requests:

  • output string in buffer and do not print (for Pluto.jl) (#125) (@floswald)
  • documentation for print_result and midrule fix (#126) (@jmboehm)

v0.5.7

25 Jul 07:39
00272fe
Compare
Choose a tag to compare

RegressionTables v0.5.7

Diff since v0.5.6

Closed issues:

  • API to adhere to? (#9)
  • Register v0.5.6 (#116)
  • Error: p value = NaN, but it needs to be non-negative (#117)

Merged pull requests:

  • fix p nan bug, bump fixedeffectmodels to 1.7 (#118) (@jmboehm)

v0.5.6

20 Jul 15:00
43b9827
Compare
Choose a tag to compare

RegressionTables v0.5.6

Diff since v0.5.5

Closed issues:

  • Why does it not show "No" FE in the table? (#114)

Merged pull requests:

v0.5.5

12 Jul 12:49
Compare
Choose a tag to compare

RegressionTables v0.5.5

Diff since v0.5.4

Closed issues:

  • Register 0.5.4 (#108)

Merged pull requests:

v0.5.4

18 Apr 21:19
13f0a3b
Compare
Choose a tag to compare

RegressionTables v0.5.4

Diff since v0.5.3

Closed issues:

  • LoadError: responsename is not defined for LinearMixedModel{Float64}. (#100)
  • Register 0.5.3 (#103)
  • decimal places (#104)
  • Update to Distributions 0.25 (#106)

Merged pull requests:

v0.5.3

19 Sep 13:46
524d880
Compare
Choose a tag to compare

RegressionTables v0.5.3

Diff since v0.5.2

Closed issues:

  • Register 0.5.2 (#97)

Merged pull requests: