StatsModels.jl Versions Save

Specifying, fitting, and evaluating statistical models in Julia

v0.7.3

9 months ago

StatsModels v0.7.3

Diff since v0.7.2

Merged pull requests:

  • termnames (#299) (@palday)
  • VIF and GVIF (#300) (@palday)

Closed issues:

  • Extending @formula syntax is difficult to understand (#292)
  • Allow passing string to Term (#298)

v0.7.2

1 year ago

StatsModels v0.7.2

Diff since v0.7.1

Closed issues:

  • Order of terms has flipped when using + (#289)

Merged pull requests:

  • bump StatsBase compat (#291) (@palday)

v0.7.1

1 year ago

StatsModels v0.7.1

Diff since v0.7.0

Closed issues:

  • Missing method for fe(:a) * fe(:d) is missing when using term() (#258)
  • typos (#284)
  • StatsModels.jl >v0.7 changes order of parameters (#286)

Merged pull requests:

  • fix typos (#285) (@musvaage)
  • fix degree for ConstantTerm/InterceptTerm (#287) (@kleinschmidt)
  • use released GLM in docs now (#288) (@kleinschmidt)

v0.7.0

1 year ago

StatsModels v0.7.0

Diff since v0.6.33

Closed issues:

  • Potential bug in fit(Type, formula, data, contrasts = d, ...) (#78)
  • Programmatic formulas with function calls (#130)
  • breaking changes to contrasts (#175)
  • method for human to make formula with FunctionTerm (#232)
  • lrtest fails on doc string example / for GLM Models (#250)
  • lrtest incorrect (#260)
  • Export hasintercept and omitsintercept? (#276)

Merged pull requests:

  • FunctionTerm is dead, long live FunctionTerm (#183) (@kleinschmidt)
  • Update doctests and make CI fail if they don't pass (#272) (@nalimilan)
  • Allow arbitrary storage for ContrastsMatrix and other contrasts breakage (#273) (@kleinschmidt)
  • Support unprotected mode for specials with FullRank schemas as well (#274) (@kleinschmidt)
  • fix bug in hasintercept (#275) (@kleinschmidt)
  • fix typos (#277) (@spaette)
  • update NEWS.md for #183 (#280) (@kleinschmidt)
  • export (has|omits)(intercept|response) (#281) (@kleinschmidt)
  • remove unneeded Compat dep and add Aqua tests (#282) (@kleinschmidt)
  • fix tests on nightly (#283) (@kleinschmidt)

v0.6.33

1 year ago

StatsModels v0.6.33

Diff since v0.6.32

Merged pull requests:

  • Faster Corner Cases (#263) (@alyst)

v0.6.32

1 year ago

StatsModels v0.6.32

Diff since v0.6.31

Closed issues:

  • Update version of ShiftedArrays in Project.toml [compat] (#265)

Merged pull requests:

  • fix docstring for lrtest (#259) (@jerlich)
  • CompatHelper: bump compat for ShiftedArrays to 2, (keep existing compat) (#264) (@github-actions[bot])

v0.6.31

1 year ago

StatsModels v0.6.31

Diff since v0.6.30

Closed issues:

  • Standardized parameters (#75)
  • Need help with isnested function (#246)

Merged pull requests:

  • Fix lrtest for model families with dispersion (#261) (@nalimilan)

v0.6.30

2 years ago

StatsModels v0.6.30

Diff since v0.6.29

Merged pull requests:

  • Remove an extra space (#255) (@likanzhan)
  • CompatHelper: bump compat for "StatsFuns" to "1.0" (#256) (@github-actions[bot])

v0.6.29

2 years ago

StatsModels v0.6.29

Diff since v0.6.28

Closed issues:

  • Different String Types in Levels (#236)

Merged pull requests:

  • relax some checks on eltypes for contrasts and add tests (#242) (@kleinschmidt)
  • Fix missing coeftable method detection. (#252) (@palday)

v0.6.28

2 years ago

StatsModels v0.6.28

Diff since v0.6.27

Closed issues:

  • less verbose error messages? (#233)
  • ArgumentError: collection must be non-empty (#243)

Merged pull requests:

  • Better error messages for totally empty columns (#248) (@kleinschmidt)