Version 3.0.0
The new version of plot3logit deeply revises the mechanism for handling and
extending the upstream compatibility through the generic export3logit() and
extends the compatibility of the package VGAM and to the package ordinal.
Moreover, the syntax for covariate changes is made more rich through the
delimiters <<...>>.
It follows the content of the NEWS file related to version 3.0.0, whereas at this page there is the full NEWS file.
Major changes
- Changed dependencies of the package both in section “Imports” (added
stringr) and “Suggests” (addedordinalandtestthat).
- Implemented syntax for factor covariates based on delimiters <<...>>.
- Implemented the generic export3logit()and several S3 methods for reading output from fitted models.
- Revised the arguments of field3logit(): argumentsalphaandvcovare now deprecated and does not work any more.
- Argument modeloffield3logit()cannot accept matrices any more. Direct model estimates can be passed tofield3logit()by means of a list.
- Now field3logit()can read also trinomial models fitted through functionvglmof packageVGAM, and functionsclmandclm2of packageordinal(included amongst suggested packages).
Minor changes
- Introduced class model3logitas output ofexport3logit().
- Renamed component laboffield3logitandmultifield3logitobjects tolevels.
- Redefined classes and inheritance of field3logitandmultifield3logit. objects.
- Revised coefmethod forfield3logitobjects of ordinal models.
- Redefined the output of plot.multifield3logitand remove the legend.
Typos and other marginal changes
- Revised the help and the examples.