Version 2.2.0
The new version of plot3logit includes several new S3 methods for
field3logit and multifield3logit classes, revise some function interfaces
and argument definitions, and extends the upstream compatibility to the
package VGAM.
It follows the content of the NEWS file related to version 2.2.0, whereas at this page there is the full NEWS file.
Major changes
- Now
plot3logitdepends on R v. 3.5 or later. - Now
field3logitcan read categorical trinomial models fitted through functionvgamof packageVGAM(included amongst suggested packages). listobjects can be passed to argumentdeltaoffield3logitfor computing multiple fields (amultifield3logitobject is returned).- Argument
ncurvesof functionfield3logithas been renamed tonstreams. No backward compatibility has been implemented. - Point estimates are passed to argument
modeloffield3logit, matrix should have an attribute with the values the dependent variable may take. The attribute has been renamed fromlabstolevels. No backward compatibility has been implemented. - Added package
genericsamongst dependencies in sectionImports.
Minor changes
- Added dataset
USvote2016. - Corrected bug on reading ordinal models from matrix.
- Added S3 methods of generics
tidyfor classfield3logit. - Added S3 methods of generics
as.data.frame,as_tibbleandtidyfor classmultifield3logit. - Made
autoplotthe S3 method of genericautoplotforfield3logitobjects - Added S3 method of generic
labelfor classfield3logit. - Added S3 method of generic
labelfor classmultifield3logit. - Added S3 method of generics
[and[<-formultifield3logitclass. - Added the generic
labels<-and the S3 methods forfield3logitandmultifield3logitclass.
Typos and other marginal changes
- Removed names from components of
multifield3logitobjects.