Published March 22, 2024 | Version v0.4.0
Software Open

palday/MixedModelsMakie.jl: v0.4.0

  • 1. Beacon Biosignals
  • 2. University of Wisconsin

Description

MixedModelsMakie v0.4.0

Diff since v0.3.28

While this is technically a breaking release, most users should experience no breakage. Recipe support on Makie 0.20 seems to have some problems, which were foreshadowed in issues like #43. In order to fix this, the implementation of coefplot and ridgeplot was changed to no longer depend on the recipe system. Building on this change, the available methods and return types changed slightly:

  • the mutating methods of ridgeplot! and coefplot! now return the mutated original object
  • ridgeplot! and coefplot! have support for Figure, Axis, GridPosition and GridSubposition.
  • the non-mutating methods of ridgeplot and coefplot now return a Figure (instead of FigureAxisPlot)

Additionally, models with rank deficient fixed effects and corresponding bootstraps are now supported by ridgeplot and coefplot. The inestimable coefficients are removed from the display.

Merged pull requests:

  • rework test organization (#85) (@palday)
  • support rank deficiency and reduce dependency on Makie recipes (#86) (@palday)

Closed issues:

  • Use recipes for creating specialized plots for MixedModels (#30)
  • ridgeplot! doesn't have default keys (#43)

Files

palday/MixedModelsMakie.jl-v0.4.0.zip

Files (77.1 kB)

Name Size Download all
md5:647c7cd69a500cedd15bf9cc1d67dbbb
77.1 kB Preview Download

Additional details

Related works