Skip to content

Releases: apeterson91/bendr

v1.0.0 Major Release

10 Sep 21:54
Compare
Choose a tag to compare

Little functionality changed, but major breaking API changes addressing issues #3 #1 .

Classes

  • bm for base measure specification
  • ndp now encompasses models fit with all combination of base measures and concentration parameter settings

Functions

  • bend() replaces nd_nhpp(), now accepts Benvo's and formulas to make model specification easier.
  • plot() now offers an easy way to access all the varying plot_ functions
  • summary(), as.matrix() and more are now more uniform with other packages.

Miscellaneous

Vignette and documentation updated.

First Release

27 Aug 15:55
Compare
Choose a tag to compare

First Release

Initial release of functions (listed below). v1.0.0 (next release) will consolidate functions and classes into a more intuitive class-object hierarchy and make use of the benvo data structures.

Main functions

  • nd_nhpp()
  • beta_nd_nhpp()
  • nd_nhpp_fixed()
  • nhpp_hmc()

Classes

  • bndp()
  • ndp()
  • hmc()

Methods

  • plot()
  • plot_pairs()
  • print()