Maintenance; add noteworthy()
Version 1.7.4 (2025-04-15)
This is largely a maintenance release, but adds a function to identify "noteworthy" points in 2D scatterplots.
- added plotting all X vs all Y to Rohwer examples
- added
schoolsitesdataset, providing additional variables related to theschooldatadataset. -
cqplot()now prints a warning if there are missing cases and also returns the upper tail p-values corresponding to Mahalanobis$D^2$ . - Default
method.idincqplot()changed to "r", to identify points with the largest$D^2$ . - added
noteworthy(x, y)as a utility to select "noteworthy" observations in a 2D plot, extending the ideas incar::showLabels() - corrected some minor documentation problems
- fixed some 301 "moved" URLs
- Now Depends: on R >= 4.1.0 because package uses native pipes |>
- Added Suggests: KernSmooth, aplpack, foreign, used in some demos