Changelog
Source:NEWS.md
PAsso 0.1.11
Minor improvements and fixes
Change the y-axis label’s naming by removing the extra () when the covariate name is not specified in the diagnostic.plot() function;
Allow users to specify the values alpha, shape, size in the function “plot”;
Avoid using tidyverse as dependent package. close #11
PAsso 0.1.9
CRAN release: 2021-05-07
PAsso 0.1.8
CRAN release: 2020-07-13
PAsso 0.1.7
PAsso 0.1.6
Major changes
Add ‘diagnostic.plot’ to replace ‘check.model’ for the diagnostics of fitted models in PAsso object. ‘autoplot’ become internal S3 method.
S3 ‘diagnostic.plot’ method can deal with classes of PAsso, PAsso.test, resid, clm, glm, lrm, orm, polr.
Only keep one nes2016 dataset.
Change ‘resids’ function to a S3 method ‘residuals’, which is consistent with R core ‘stats’ package.
Conduct more test by ‘testthat’ to avoid bugs when methods are applied to different classes.