Skip to content

Releases: kaigu1990/mcradds

mcradds 1.1.1

05 Sep 02:09
2c19dc1
Compare
Choose a tag to compare
  • Fix the autoplot test error due to ggplot dependence update.

mcradds 1.1.0

05 Dec 05:06
Compare
Choose a tag to compare

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 and descvar functions for summarizing descriptive statistics .

mcradds 1.0.1

12 Oct 05:52
Compare
Choose a tag to compare

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

28 Jul 06:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • First release of the mcradds package, contains basic quantitative or qualitative performance methods and functions as shown below.
  • size_one_prop and size_ci_one_prop for sample size of qualitative trials, size_corr and size_ci_corr for quantitative trails.
  • SampleSize, MCTab and BAsummary classes for show method.
  • platelet and qualData data sets for example and testing use.
  • diagTab function to get 2x2 contingency table, and getAccuracy method to compute the qualitative diagnostic accuracy criteria.
  • blandAltman function to calculate statistics for Bland-Altman, and getOutlier method to detect the potential outliers.
  • pearsonTest and spearmanTest, more efficient functions to compute the confidence interval and hypothesis test.
  • mcreg and calcBias methods of mcr package are wrapped for regression analysis.