Releases: kaigu1990/mcradds
Releases · kaigu1990/mcradds
mcradds 1.1.1
mcradds 1.1.0
Enhancements
- Enhanced
getAccuracy
to support Kappa calculation in qualitative performance. - Refreshed
mcr
relevant functions that were commented temporarily in last version.
New features
- Added
descfreq
anddescvar
functions for summarizing descriptive statistics .
mcradds 1.0.1
Meta
- 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.
v0.1.0
- First release of the
mcradds
package, contains basic quantitative or qualitative performance methods and functions as shown below. size_one_prop
andsize_ci_one_prop
for sample size of qualitative trials,size_corr
andsize_ci_corr
for quantitative trails.SampleSize
,MCTab
andBAsummary
classes forshow
method.platelet
andqualData
data sets for example and testing use.diagTab
function to get 2x2 contingency table, andgetAccuracy
method to compute the qualitative diagnostic accuracy criteria.blandAltman
function to calculate statistics for Bland-Altman, andgetOutlier
method to detect the potential outliers.pearsonTest
andspearmanTest
, more efficient functions to compute the confidence interval and hypothesis test.mcreg
andcalcBias
methods ofmcr
package are wrapped for regression analysis.