Version 2.0.0
The new version of plot3logit includes several new features, such as functions
for drawing confidence regions and an extended upstream compatibility to the
package mlogit.
It follows the content of the NEWS file related to version 2.0.0, whereas at this page there is the full NEWS file.
Major changes
- Added functions for computing the confidence regions of the covariate effects of categorical trilogit models and function for representing confidence regions both in standard an gg graphics.
- Changed dependencies of the package both in section “Depends” (updated the
version of ggtern) and in section “Imports” (added
dplyr,forcats,grDevices,lifecycle,purrr,Rdpack,tibble,tidyr,tidyselectand removedreshape2). - Added the
plotfunction formultifield3logitin standard graphics. - Updated the functions for reading the output of
mlogitaccording to the upcoming new version of the package. The packageplot3logithandles the output of both the current and the upcoming version ofmlogit. - Completely redefined the output of methods
as.data.frameandfortifyfor objects of classfield3logitandmultifield3logit. - Function
plot3logitis now deprecated and not updated. - Partially redefined function
stat_3logitand added functionstat_field3logitwhich works like the previous version ofstat_3logit.
Minor changes
- Added methods
coefandvcovfor objects of classfield3logitandmultifield3logit.
Typos and other marginal changes
- Added zero element (NULL) in the sum of
field3logitandmultifield3logit. - Added attribute
ordinalto S3 classfield3logitand updated the S3 methodprint.