LearnNonparam v1.2.2
-
R side
- Changed the default value of
n_permuto1e4 - Added support for test statistics defined using Rcpp in
define_pmt - Added support for
null_valueother than zero in two-sample location tests - Added support for
scoringinTwoSampleAssociationTest - Added a confidence interval for p-value in
print() - Added the
LearnNonparam.pmt_progressoption - Added
attr(t$n_permu, "n_used") - Replaced
multicomp.*withmultcomp.* - Replaced
KSampleFandRCBDFwithOneWayandRCBDOneWay - Stopped exporting abstract classes (
TwoSampleTest,KSampleTest, etc.) - Improved the efficiency of
ChiSquare,Difference,JonckheereTerpstra,KruskalWallis,RatioMeanDevianceandStudentized - Fixed many bugs
- Changed the default value of
-
C++ side
- Introduced a new progress bar, which is built at compile time to minimize runtime overhead