Skip to content

v0.7.0 Introducing an explain() generic + new methods

Compare
Choose a tag to compare
@jpfitzinger jpfitzinger released this 27 Feb 20:35
· 35 commits to master since this release

This version adds several new features and methods:

  • More generic handling of non-syntactic names
  • New methods:
    • 'anova' for analysis of variance on glm objects
    • 'nnet' for single-layer neural networks
  • An explain() generic which provides a convenience wrapper for methods from several variable importance packages
  • Several bugfixes and improved error handling