Version 1.0.1
The new version of plot3logit
includes some minor changes regarding some
bug corrections, typos, and compatibility issues in some function interfaces.
It follows the content of the NEWS file related to version 1.0.1, whereas at this page there is the full NEWS file.
Major changes
- Bug solved for
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. Functionsstat_3logit
, andTernaryField
have been adapted so as to draw points instead of arrows.
Minor changes
-
Interface of
fortify
methods has been redefined by including argumentdata
, so that now allfortify
methods of the package are compliant with the interface of the generic. -
field3logit
now can read categories labels of the dependent variable from attributelabs
when argumentmodel
is amatrix
. Example in the help of package presentation has been updated.
Typos and other marginal changes
-
CITATION
file has been amended: the title of the package and other typos have been corrected. -
Revision of the file
README.md
.