Skip to content

CRAN release 0.9.8

Compare
Choose a tag to compare
@nicebread nicebread released this 27 Mar 10:31
· 121 commits to master since this release

Version 0.9.8

Bug fixes

  • Removed the beta version of the control.variables feature - this broke some functions.
  • Removed some unnecessary warning that might confuse users.

Version 0.9.7

New features and improvements

  • Improved aictab-plot; now also has a black/white option (bw=TRUE)
  • Added evidence ratio to the aictab output: How much more likely is the best model (in first row) compared to each other model in the set?
    • compare, compare2, and aictab gained a digits argument
  • Reduced the set of models that is computed by default in the RSA function. Uncommon models, such as the mean model or the diff model have been removed.
  • Removed eigenvalues from standard summary. Most users will never need them.
  • When CIs and p values are bootstrapped, S is automatically tested against 1 (which is the null hypothesis).
  • Improved contour plot (bag plot is now better visible; if xlim and ylim are set, the range is not extended anymore to include all points).
  • New option in plotRSA: showSP (TRUE/FALSE) controls the display of the stationary point in contour plots, showSP.CI (TRUE/FALSE) controls the display of the stationary point's confidence interval.
  • New demo data set: motcon2

Bug fixes

  • Fixed a bug that broke the surface="smooth" option in plotRSA
  • Fixed a bug that out.rm=FALSE did not work any more.
  • Fixed a bug where getPar(..., type="r2.p") returned a wrong p value (the output in print and model comparisons always was correct.)
  • Fixed wrong label in aictab plot