| CA19 | R Documentation |
Data from a diagnostic accuracy review of imaging techniques and tumor markers for the diagnosis of pancreatic carcinoma.
CA19
A data frame with 22 observations on the following 5 variables.
studyName of study.
TPThe number of true positive test results.
FPThe number of false positive test results.
FNThe number of false negative test results.
TNThe number of true negative test results.
Protein cancer antigen 19-9 (CA 19-9) is a test used to monitor response to treatment for cancers such as pancreatic, Bile duct, Colorectal, Stomach, Ovarian and Bladder cancer.
Niederau C, Grendell JH. Diagnosis of pancreatic carcinoma. Imaging techniques and tumor markers. Pancreas. 1992;7(1):66-86. \Sexpr[results=rd]{tools:::Rd_expr_doi("doi: 10.1097/00006676-199201000-00011")}. PMID: 1557348.
require(mada)
data(CA19, package = "R4HCR")
# Bivariate Reitsma model/HSROC analysis.
reitsma(CA19, method = "ml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.