############################################################################### ## NEWS to package MKmisc ############################################################################### ########################################################### ## Version 0.93 ########################################################### - added function power.diagnostic.test to compute power resp. sample size for a diagnostic test by approach of Flahault et al. (2005) incorporating the correction of Chu and Cole (2007) ########################################################### ## Version 0.92 ########################################################### - added an additional Parameter to function AUC, which can be used to suppress switching of the AUC values from x to 1-x if x < 0.5 (a request by Yuta Tanoue) ########################################################### ## Version 0.91 ########################################################### - added function stringDist to compute Hamming and Levenshtein distance of two strings (sequences) ########################################################### ## Version 0.9 ########################################################### - extended simPlot and corPlot by argument "lab.both.axes" which also to add labels on both axes (a request by Sunghee OH). - example to HLgof.test was wrong as pointed out by Dan O'Shea. This was corrected and the function slightly modified (intercept is no longer added inside of HLgof.test for the le Cessie-van Houwelingen-Copas-Hosmer unweighted sum of squares test for global goodness of fit) ########################################################### ## Version 0.8 ########################################################### - added function simPlot for plotting similarity matrices (a slight modification of function corPlot) ########################################################### ## Version 0.7 ########################################################### - added NEWS file - modified function oneWayAnova: instead of lm and anova now oneway.test is used allowing for unequal variances - added functions AUC, pairwise.auc and AUC.test as well as pairwise.fun and HLgof.test - added NAMESPACE file