Skip to content

v0.2.5 release

Latest
Compare
Choose a tag to compare
@mghoff mghoff released this 27 Jul 19:44
· 18 commits to main since this release
a3d863e
  • Built and published pkgdown site to GitHub pages: https://mghoff.github.io/billmillr/
  • Function Updates:
    • Added argument checks to functions.
    • Stripped defaults from mandatory function arguments.
    • Optimized for performance.
    • Abstracted simulation set of functions to take either numeric or character args.
    • Added sample_probs arg to simulation set of functions:
      • custom vector of sample probabilities to go alongside the provided sample space.
    • Added prob_of_ge_one column to run_simulation() output data frame.
  • README Updates:
    • Re-wrote narrative/motivation for the package.
    • Stripped out bottom section with advent of prob_of_ge_one.