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.field3logitwhen a zero-coefficient model is passed to field3logit. The previous version was not able to return a data.frame correctly built. Functionsstat_3logit, andTernaryFieldhave been adapted so as to draw points instead of arrows.
Minor changes
- 
Interface of fortifymethods has been redefined by including argumentdata, so that now allfortifymethods of the package are compliant with the interface of the generic.
- 
field3logitnow can read categories labels of the dependent variable from attributelabswhen argumentmodelis amatrix. Example in the help of package presentation has been updated.
Typos and other marginal changes
- 
CITATIONfile has been amended: the title of the package and other typos have been corrected.
- 
Revision of the file README.md.