Skip to content

v0.2.1

Compare
Choose a tag to compare
@JackEdTaylor JackEdTaylor released this 12 May 11:48
· 115 commits to master since this release

The two largest changes for this update are:

  • Manual cond_col assignment is now done in the set_options() function rather than in individual functions.
  • If overlapping splits are used for a double variable an error is thrown, rather than reading the splits incorrectly.
  • plot_sample() now includes the generated stimuli in the underlying distribution. At small Ns this makes little difference, but at large Ns ensures that the high representativeness is actually represented.
  • generate() now allows the user to silence console output with the silent argument
  • A new vignette on participant selection has been added (rendered version available here: https://jackedtaylor.github.io/LexOPSdocs/vignettes/participant-selection.html)

Other changes are:

  • Fixed typos
  • Prettified documentation
  • Added tests of reproducibility using random seeds for generate()
  • Added test of control_for_euc()
  • Tests are now run with console output from generate() suppressed