CRAN-v.0.4.0
jfa 0.4.0
New features
- Added
digits
argument in the internaljfa:::print.jfaPrior()
,jfa:::print.jfaPlanning()
,jfa:::print.jfaSelection()
, andjfa:::print.jfaEvaluation()
functions to control rounding in printing. - Added
description
,statistics
,specifics
andhypotheses
to the output of theauditPrior()
function. - Added class
jfaPosterior
withprint()
andplot()
methods. - Added
expectedPosterior
of classjfaPosterior
to the output of theplanning()
function, includesdescription
,statistics
andhypotheses
. - Added
posterior
of classjfaPosterior
to the output of theevaluation()
function, includesdescription
,statistics
andhypotheses
.
Bug fixes
- Implemented improved calculation of prior parameters in the
auditPrior()
function formethod = median
whenexpectedErrors > 0
.
Major changes
- Add a warning message to the
sampling()
function that it will be deprecated from 0.5.0 onward. You can useselection()
instead, sincesampling()
causes namespace issues with other packages.
Minor changes
- Changed the class
jfaSampling
tojfaSelection
. This should not have any consequences.