Skip to content

Releases: nicebread/RSA

CRAN release 0.9.6

22 Jan 09:13
Compare
Choose a tag to compare

Version 0.9.6

This version has been uploaded to CRAN.

New features and improvements

  • Removed dependency gridExtra, added dependency tcltk
  • Fixed a bug in demoRSA
  • Added new demo: demoSRRR, which has surface parameteres as sliders.

Version 0.9.5

New features and improvements

  • Robustness against non-normality: Default estimator now is "MLR", which provides robust standard errors, a robust scaled test statistic, and can handle missing values.
  • Option missing in RSA. If missing values are present, by default missing = "fiml" is set, and a warning is issued that this is only valid if the data are missing completely at random (MCAR) or missing at random (MAR). Use missing = "listwise" to exclude missing values.
  • In the 3d plot, addtionally data points and hull can be projected on the floor. Example: plot(r1, project=c("PA1", "contour", "points", "hull"))
  • Use pal="flip" in plotRSA to reverse the default palette (green on bottom, red on top)
  • Use coefs=TRUE in plotRSA to print the regression coefficients in the top right corner of a 3d plot.
  • Added new demo: demoSRR, which has surface parameteres as sliders.

Bug fixes/ Improvements

  • Internal restructuring to please CRAN; less dependencies (more imports) etc.
  • Added Travis CI to the Github repo
  • Catched some border cases in plotRSA (e.g., a flat surface led to problems)

Version 0.9.4

New features and improvements

  • The surface can be suppressed in the 3d plot: suppress.surface=TRUE. Useful for didactical purposes (first show empty cube, or cube with raw data points, then fade-in the regression surface.)
  • summary now also reports the R^2 of the selected model and the intercept.
  • Changed default for lavaan standard errors and test statistic to "robust"

Bug Fixes

  • summary: The standardized beta weights are now correct.
  • plotRSA: The LOC and LOIC now are black in b/w mode
  • plotRSA: When attempting to plot an RSA object with plotRSA (instead of simply plot(r1)), an informative warning is shown.
  • New shortcut in plotRSA: Simply set points=TRUE (instead of defining the full list).
  • Fixed a bug in demoRSA which prevented plotting of RSA-objects.
  • Moved package aplpack into Depends, as plotting the hull now by default is turned on.