Learn R Programming

RAPIDR (version 0.1.1)

evalPerformance: evalPerformance

Description

This function takes in the summed counts, the baseline and an outcomes table and calculates the overall performance on the dataset

Usage

evalPerformance(refset.calls, sample.outcomes)

Arguments

refset.calls
is the data.frame returned by the testUnknowns function. It contains column with sampleIDs, z-scores and calls for T21, T18, T13 and the fetal sex
sample.outcomes
data.frame with column names: Dx, Gender, SampleID

See Also

testUnknowns