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
plot3logit
depends on R v. 3.5 or later. - Now
field3logit
can read categorical trinomial models fitted through functionvgam
of packageVGAM
(included amongst suggested packages). list
objects can be passed to argumentdelta
offield3logit
for computing multiple fields (amultifield3logit
object is returned).- Argument
ncurves
of functionfield3logit
has been renamed tonstreams
. No backward compatibility has been implemented. - Point estimates are passed to argument
model
offield3logit
, matrix should have an attribute with the values the dependent variable may take. The attribute has been renamed fromlabs
tolevels
. No backward compatibility has been implemented. - Added package
generics
amongst dependencies in sectionImports
.
Minor changes
- Added dataset
USvote2016
. - Corrected bug on reading ordinal models from matrix.
- Added S3 methods of generics
tidy
for classfield3logit
. - Added S3 methods of generics
as.data.frame
,as_tibble
andtidy
for classmultifield3logit
. - Made
autoplot
the S3 method of genericautoplot
forfield3logit
objects - Added S3 method of generic
label
for classfield3logit
. - Added S3 method of generic
label
for classmultifield3logit
. - Added S3 method of generics
[
and[<-
formultifield3logit
class. - Added the generic
labels<-
and the S3 methods forfield3logit
andmultifield3logit
class.
Typos and other marginal changes
- Removed names from components of
multifield3logit
objects.