Skip to content

Version 1.5.6

Compare
Choose a tag to compare
@drbenvincent drbenvincent released this 18 Aug 22:44
· 51 commits to master since this release
  • Area Under Curve measure. We now calculate a posterior distribution over the AUC measure. The posterior distribution is included in plots, and we have some get methods to allow people to access the information. #180
  • Improved information displayed about objects in the command line. There is now much more informative information provided about fitted model objects. This includes a listing of the public methods we can use on the model object. #188, #189
  • User now has access to various plot methods. You can now call quite a lot of different plot methods on the fitted model object. This will help in creating any custom plots you want. #191