PAsso 0.1.10

Major changes

  1. Add contour plot to the function “plot3D” when argument type = “contour”;

  2. Allow users to specify the values alpha, shape, size in the function “plot”;

Bugs fixes

  1. Fix a warning triggered by the “.export()” in “foreach”;

PAsso 0.1.9

Minor changes

  1. Revise description of the package;

  2. Update README file;

  3. Allow users to specify the values (e.g., alpha, shape, size);

Bugs fixes

  1. Fix Issue #2.

  2. Fix Issue #4, #5, and #6.

PAsso 0.1.8

Major changes

  1. Initialize Travis;

  2. Add cran-comments.md file to record CRAN notes;

  3. Fix errors and warnings when building PAsso locally and on Travis;

  4. Fix diagnostic.plot documentation;

  5. Clean up dependents to speed up loading of the PAsso;

Bugs fixes

  1. Update README and other files.

PAsso 0.1.7

Major changes

  1. Update “PAsso()” to support adjacent categories regression model by using vglm(acat());

  2. Update “residuals()” to support acat in VGAM;

  3. Remove useless dataset df_AdjCat; functions “gof”;

  4. Rename attribute “boot_reps” as “draws”.

Bugs fixes

  1. The wolfsigma method of correlation works now even when n_draws>1.
  2. A issue when n_draws=1 in residuals.PAsso(), save array even if n_draws=1.

PAsso 0.1.6

Major changes

  1. Add ‘diagnostic.plot’ to replace ‘check.model’ for the diagnostics of fitted models in PAsso object. ‘autoplot’ become internal S3 method.

  2. S3 ‘diagnostic.plot’ method can deal with classes of PAsso, PAsso.test, resid, clm, glm, lrm, orm, polr.

  3. Only keep one nes2016 dataset.

  4. Change ‘resids’ function to a S3 method ‘residuals’, which is consistent with R core ‘stats’ package.

  5. Conduct more test by ‘testthat’ to avoid bugs when methods are applied to different classes.

Bug fixes

  1. Jittering on the probability scale is currently only supported for logit-type models.
  2. issues of ‘plot’ and ‘diagnostic.plot’.

PAsso 0.1.5

Major changes

  1. Replace ‘cor’ function by ‘pcaPP::cor.fk(X)’ to speed up the PAsso().

  2. Finalize the S3 methods ‘summary.PAsso’ and ‘print.PAsso.test’ to provide clean results.

Bug fixes

  1. The digits in the print and summary are consistent.
  2. The manual is updated and S3 ‘autoplot’ is shortened.
  3. check.model for qq-plot is fixed.

PAsso 0.1.4

Major changes

  1. Change the name of package to “PAsso”.
  2. Change the autoplot function as a S3 method.

parasol 0.1.3

Major changes

  1. Rename functions: corr -> PAsso; corr.test -> test; ggpairs -> plot; checkmodel -> check.model.

  2. Update print and summary functions for PAsso and test.

  3. Add S3 function “plot3D” to draw 3D P-P plot.

  4. Add nes2016_raw, nes2016_pre, nes2016_post, nes2016_prepost datasets.

  5. Include nes2016.clean() function to clean up nes2016_raw dataset.

parasol 0.1.1

Major changes

  1. Add corr and corr.test function to estimate and test the partial correlation coefficients;
  2. Update S3 generic functions (print, summary) for the class “PAsso” generated by “corr”, and “PAsso.test” generated by “corr.test”.

Bug fixes

  1. “polr” and “glm” functions work.
  2. The formula in the model can be shown by the print(“PAsso”).