Changelog
Source:NEWS.md
mcradds 1.1.0
CRAN release: 2023-12-04
mcradds 0.2.0
New features
- 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.
mcradds 0.1.0
- First release of the
mcradds
package, contains basic quantitative or qualitative performance methods and functions as shown below.
Sample Size
- Added
size_one_prop
andsize_ci_one_prop
for sample size of qualitative trials,size_corr
andsize_ci_corr
for quantitative trails.
Classes and Datasets
- Added
SampleSize
,MCTab
andBAsummary
classes forshow
method. - Added
platelet
andqualData
data sets for example and testing use.
Analyzing Functions and Methods
- 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.