Skip to contents

mrgsim.sa 0.3.0

CRAN release: 2026-04-02

  • Add palette argument to sens_plot() for both sens_each and sens_grid output, allowing users to pass a discrete color scale (e.g., from ggplot2 or ggsci). The default palette uses lattice/trellis colors for small numbers of levels and hcl.colors(palette = "Dark 2") for larger sets (#13).

  • Add group and facet arguments to sens_plot() for sens_grid() output to control which sensitivity variable is used for within-panel color grouping and which variable(s) appear in the facet strips.

  • Add xlab and ylab arguments to sens_plot() for sens_grid() output (#15).

  • ylab can now be a vector; the length must match the length of dv_name when multiple dependent variables are requested (#15).

  • Add palette argument to lsa_plot() allowing users to pass a discrete color scale; the pal argument is deprecated; use palette instead.

Bugs Fixed

  • Fixed bug where sensitivity parameters were carried into the simulated output when running sens_grid() and causing a naming conflict (#14).

mrgsim.sa 0.2.0

CRAN release: 2023-12-08

  • sens_plot() for sens_grid output will now plot multiple dependent variables with a single call (#12).

  • sens_plot() for sens_each output will now plot the all items in dv_name by default (#7).

  • Add layout argument to sens_plot() to control how plots appear when multiple dependent variables are getting plotted (#7).

  • NEWS.md is now retained in the built package (#7).

Bugs Fixed

  • Fixed bug that allowed non-integer values of .n getting passed into parseq_ friends (#8).

  • Fixed warnings that were issued because extra arguments were getting passed through to mrgsim() (#7).

Internal

mrgsim.sa 0.1.0

CRAN release: 2020-11-30

  • Initial version