- This is a minor release, and the second CRAN release of
pcal
.
-
bfactor_interpret()
has been deprecated in favor ofpolya::bfactor_interpret()
. -
bfactor_log_interpret()
has been deprecated in favor ofpolya::bfactor_log_interpret()
. -
bfactor_interpret_kr
has been deprecated.bfactor_interpret(bf, scale = "kass-raftery")
should be used instead. -
bfactor_log_interpret_kr
has been deprecated.bfactor_log_interpret(bf, scale = "kass-raftery")
should be used instead. -
bfactor_interpret()
andbfactor_log_interpret()
now have ascale
argument to choose the Bayes factor interpretation scale to be used. The defaultscale
is"Jeffreys"
, which means thatbfactor_interpret(bf)
gives the same output asbfactor_interpret(bf, scale = "Jeffreys")
. With the defaultscale
bothbfactor_interpret()
andbfactor_log_interpret()
give the same output as they did inpcal
1.0.0.
-
package?pcal
is now documented. -
Error and warning messages are now more informative.
-
Improved code efficiency.
-
Improved unit tests.
-
Improved README.
-
Improved documentation.
-
Improved code readability.
-
Licence changed from GPL 3.0 to MIT.
This is the first CRAN release of pcal
.