Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: victor-navarro/calmr

calmr 0.8.1

08 Sep 13:23

Choose a tag to compare

  • Minor patch for ggplot2 v4.0.0 compatibility.

calmr 0.7.0

12 May 09:00

Choose a tag to compare

  • Corrected some issues in directional models.
  • Created a vignette to expose the behaviour of directional models.
  • Removed randomization column requirement from designs. Randomization of phases is now specified using the "!" character anywhere in the phase string. Using the old format throws a deprecation warning.
  • Added support for seed experiment generation in make_experiment().
  • Added set_calmr_palette() function to control the colour/fill scales used to plot results (#1).
  • Added filter() method for CalmrExperiment class that allows filtering of aggregated data (#1).
  • Fixed bug in make_experiment() that was triggered by empty phases and no miniblocks.
  • Changed get_timings() to require a specific model name.
  • Added vignette for TD model.