Skip to content

Maintenance; add noteworthy()

Choose a tag to compare

@friendly friendly released this 16 Apr 18:13
· 129 commits to master since this release

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 schoolsites dataset, providing additional variables related to the schooldata dataset.
  • 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.id in cqplot() 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 in car::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