- Handle categories with zero counts.
- Fixed summary() to correctly print number of observations.
- Added a threshold() function to determine optimal category boundary for binary classification problems.
- Fixed small image sizes in vignette.
- Models are now specified using formula syntax.
- Added getter methods for accessing individual elements of model output.
- Added data sets.
- Show observed PCC reference line in pcc_replicates plot.