Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 18:07
· 60 commits to master since this release
c80aea9

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