Skip to contents

assessor 1.3.0

Breaking changes

  • Renamed all functions with prefix resid_* to dpit_*.
  • Unified resid_disc(), resid_zeroinfl(), and resid_semiconti() into a single S3 generic function dpit().
  • Renamed resid_quasi() to quasi_plot().

New features

assessor 1.2.0

  • Add bballHR data set which is used as an example for assessing a discrete outcome regression.

assessor 1.1.0

CRAN release: 2024-04-03

  • Add resid_quasi() function for QQ-plot by using kernel methods.
  • Add MEPS data set which is used as an example for assessing a semicontinuous outcome regression.

assessor 1.0.0

CRAN release: 2024-01-28

  • Initial CRAN release