runDAcc: Perform meta-analysis of diagnostic accuracy data using the...

Description Usage Arguments

Description

Perform meta-analysis of diagnostic accuracy data using the Reitsma bivariate model

Usage

1
runDAcc(df, file, test_id, analysis_case = "Default", ...)

Arguments

df

A data frame with a column of study IDs and integer variables for observed frequencies of true positives, false negatives, false positives and true negatives. The names of the columns should be StudyID, TP, FN, FP and TN.

file

A character string specifying the base directory for the analysis. This function will create a subdirectory 'Results' within this directory will be a 'Figures' subdirectory.

test_id

A character string indicating the identity of the diagnostic test

analysis_case

A character string indicating a short name that identifies this analysis. This is used in filenames so keep it short.


RichardBirnie/mautils documentation built on July 12, 2019, 8:56 p.m.