From ced5f13d8558aa8bc64db32b8b85aef7ecf5cec5 Mon Sep 17 00:00:00 2001 From: Brandon Gallas Date: Fri, 18 Oct 2024 13:37:51 -0400 Subject: [PATCH] Update URL for tool catalog --- README.md | 2 +- Rpackage/iMRMC/DESCRIPTION | 2 +- Rpackage/iMRMC/R/doAUCMRMC.R | 2 +- Rpackage/iMRMC/R/iMRMC_R.R | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c01727f..210c71af 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Here is a high-level overview of the iMRMC software: * [PDF document](https://zenodo.org/record/8383591) -* [Entry in FDA/CDRH Regulatory Science Tool Catalog](https://www.fda.gov/medical-devices/science-and-research-medical-devices/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies) +* [Entry in FDA/CDRH Regulatory Science Tool Catalog](https://cdrh-rst.fda.gov/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies) Examples of specific MRMC analyses and other FAQs are available in the [iMRMC repository's Wiki](https://github.com/DIDSR/iMRMC/wiki). diff --git a/Rpackage/iMRMC/DESCRIPTION b/Rpackage/iMRMC/DESCRIPTION index 5e279382..1f50da28 100644 --- a/Rpackage/iMRMC/DESCRIPTION +++ b/Rpackage/iMRMC/DESCRIPTION @@ -6,7 +6,7 @@ Authors@R: person(given = "Brandon", family = "Gallas", role = c("aut", "cre"), email = "Brandon.Gallas@fda.hhs.gov") -Description: This software does Multi-Reader, Multi-Case (MRMC) analyses of data from imaging studies where clinicians (readers) evaluate patient images (cases). What does this mean? ... Many imaging studies are designed so that every reader reads every case in all modalities, a fully-crossed study. In this case, the data is cross-correlated, and we consider the readers and cases to be cross-correlated random effects. An MRMC analysis accounts for the variability and correlations from the readers and cases when estimating variances, confidence intervals, and p-values. The functions in this package can treat arbitrary study designs and studies with missing data, not just fully-crossed study designs. An overview of this software, including references presenting details on the methods, can be found here: . +Description: This software does Multi-Reader, Multi-Case (MRMC) analyses of data from imaging studies where clinicians (readers) evaluate patient images (cases). What does this mean? ... Many imaging studies are designed so that every reader reads every case in all modalities, a fully-crossed study. In this case, the data is cross-correlated, and we consider the readers and cases to be cross-correlated random effects. An MRMC analysis accounts for the variability and correlations from the readers and cases when estimating variances, confidence intervals, and p-values. The functions in this package can treat arbitrary study designs and studies with missing data, not just fully-crossed study designs. An overview of this software, including references presenting details on the methods, can be found here: . URL: https://github.com/DIDSR/iMRMC, https://CRAN.R-project.org/package=iMRMC License: CC0 Encoding: UTF-8 diff --git a/Rpackage/iMRMC/R/doAUCMRMC.R b/Rpackage/iMRMC/R/doAUCMRMC.R index 7d19f8ab..93435009 100644 --- a/Rpackage/iMRMC/R/doAUCMRMC.R +++ b/Rpackage/iMRMC/R/doAUCMRMC.R @@ -8,7 +8,7 @@ #' images (cases). An overview of this software, including references presenting #' details on the methods, can be found \href{https://zenodo.org/record/8383591}{HERE} #' or as an entry in the FDA/CDRH Regulatory Science Tool Catalog -#' \href{https://www.fda.gov/medical-devices/science-and-research-medical-devices/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies}{HERE}. +#' \href{https://cdrh-rst.fda.gov/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies}{HERE}. #' #' #' diff --git a/Rpackage/iMRMC/R/iMRMC_R.R b/Rpackage/iMRMC/R/iMRMC_R.R index 01a04c30..908a87f5 100644 --- a/Rpackage/iMRMC/R/iMRMC_R.R +++ b/Rpackage/iMRMC/R/iMRMC_R.R @@ -10,7 +10,7 @@ #' An overview of this software, including references presenting #' details on the methods, can be found \href{https://zenodo.org/record/8383591}{HERE} #' or as an entry in the FDA/CDRH Regulatory Science Tool Catalog -#' \href{https://www.fda.gov/medical-devices/science-and-research-medical-devices/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies}{HERE}. +#' \href{https://cdrh-rst.fda.gov/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies}{HERE}. #' #' #'