Skip to content

Releases: CCS-Lab/hBayesDM

hBayesDM 0.3.0

19 Oct 08:01

Choose a tag to compare

  • Made several changes following the guidelines for R packages providing interfaces to Stan.
  • Stan models are precompiled and models will run immediately when called.
  • The default number of chains is set to 4.
  • The default value of adapt_delta is set to 0.95 to reduce the potential for divergences.
  • The printFit function uses LOOIC by default. Users can select WAIC or both (LOOIC & WAIC) if needed.