plot3logit
depends on R v. 3.5 or later.field3logit
can read categorical trinomial models fitted through function vgam
of package VGAM
(included amongst suggested packages).list
objects can be passed to argument delta
of field3logit
for computing multiple fields (a multifield3logit
object is returned).ncurves
of function field3logit
has been renamed to nstreams
. No backward compatibility has been implemented.model
of field3logit
, matrix should have an attribute with the values the dependent variable may take. The attribute has been renamed from labs
to levels
. No backward compatibility has been implemented.generics
amongst dependencies in section Imports
.USvote2016
.tidy
for class field3logit
.as.data.frame
, as_tibble
and tidy
for class multifield3logit
.autoplot
the S3 method of generic autoplot
for field3logit
objectslabel
for class field3logit
.label
for class multifield3logit
.[
and [<-
for multifield3logit
class.labels<-
and the S3 methods for field3logit
and multifield3logit
class.multifield3logit
objects.dplyr
, forcats
, grDevices
, lifecycle
, purrr
, Rdpack
, tibble
, tidyr
, tidyselect
and removed reshape2
).plot
function for multifield3logit
in standard graphics.mlogit
according to the upcoming new version of the package. The package plot3logit
handles the output of both the current and the upcoming version of mlogit
.as.data.frame
and fortify
for objects of class field3logit
and multifield3logit
.plot3logit
is now deprecated and not updated.stat_3logit
and added function stat_field3logit
which works like the previous version of stat_3logit
.coef
and vcov
for objects of class field3logit
and multifield3logit
.field3logit
and multifield3logit
.ordinal
to S3 class field3logit
and updated the S3 method print
.plot3logit-overview
has been added to the package.Long
of variable irregulariry
of dataset cross_1year
has been changed to High
.as.data.frame.field3logit
when a zero-coefficient model is passed to field3logit. The previous version was not able to return a data.frame correctly built. Functions stat_3logit
, and TernaryField
have been adapted so as to draw points instead of arrows.Interface of fortify
methods has been redefined by including argument data
, so that now all fortify
methods of the package are compliant with the interface of the generic.
field3logit
now can read categories labels of the dependent variable from attribute labs
when argument model
is a matrix
. Example in the help of package presentation has been updated.
CITATION
file has been amended: the title of the package and other typos have been corrected.
Revision of the file README.md
.
First release of the package plot3logit
on CRAN!