Skip to content

CRAN-v.0.4.0

Compare
Choose a tag to compare
@koenderks koenderks released this 30 Oct 15:46

jfa 0.4.0

New features

  • Added digits argument in the internal jfa:::print.jfaPrior(), jfa:::print.jfaPlanning(), jfa:::print.jfaSelection(), and jfa:::print.jfaEvaluation() functions to control rounding in printing.
  • Added description, statistics, specifics and hypotheses to the output of the auditPrior() function.
  • Added class jfaPosterior with print() and plot() methods.
  • Added expectedPosterior of class jfaPosterior to the output of the planning() function, includes description, statistics and hypotheses.
  • Added posterior of class jfaPosterior to the output of the evaluation() function, includes description, statistics and hypotheses.

Bug fixes

  • Implemented improved calculation of prior parameters in the auditPrior() function for method = median when expectedErrors > 0.

Major changes

  • Add a warning message to the sampling() function that it will be deprecated from 0.5.0 onward. You can use selection() instead, since sampling() causes namespace issues with other packages.

Minor changes

  • Changed the class jfaSampling to jfaSelection. This should not have any consequences.