- Fix the
autoplot
test error due to ggplot dependence update.
- Enhanced
getAccuracy
to support Kappa calculation in qualitative performance. - Refreshed
mcr
relevant functions that were commented temporarily in last version.
- Added
descfreq
anddescvar
functions for summarizing descriptive statistics .
- Remove
mcr
package related codes as it's not available in the CRAN. But as the contacting with the author, he is working and updating on it and plans to re-submit to CRAN. - First public release of
mcradds
package.
- Prepared submission to
CRAN
.
- Added
autoplot
method for Bland-Altman and regression plots.
- Added
tukey_outlier
anddixon_outlier
to detect outliers ahead of establishing reference range. - Added
robustRI
andnonparRI
to compute robust and non-parametric reference range, and integrated into the main programrefInterval
. - Wrapped
anovaVCA
andVCAinference
fromVCA
package to analyze the variance components with ANOVA model. - Added
aucTest
to do the AUC test for paired two-sample measurements in the designs of difference, non-inferiority and superiority. - Added
RefInt
andtpROC
classes and correspondingshow
method. - Added
calcium
,glucose
,ldlroc
andPDL1RP
data sets for example and testing use, andnonparRanks
data set for internal function use.
- Enhanced
diagTab
andgetAccuracy
so that they can support the reader precision analysis not only qualitative performance.
- Added a series of helper function to format and concatenate to string.
- Uniform the capital and lower-case letters in roxygen documents.
- First release of the
mcradds
package, contains basic quantitative or qualitative performance methods and functions as shown below.
- Added
size_one_prop
andsize_ci_one_prop
for sample size of qualitative trials,size_corr
andsize_ci_corr
for quantitative trails.
- Added
SampleSize
,MCTab
andBAsummary
classes forshow
method. - Added
platelet
andqualData
data sets for example and testing use.
- Added
diagTab
function to get 2x2 contingency table, andgetAccuracy
method to compute the qualitative diagnostic accuracy criteria. - Added
blandAltman
function to calculate statistics for Bland-Altman, andgetOutlier
method to detect the potential outliers. - Added
pearsonTest
andspearmanTest
, more efficient functions to compute the confidence interval and hypothesis test. - Added
mcreg
andcalcBias
methods ofmcr
package are wrapped for regression analysis.