noMissedCalls {populationPDXdesign} | R Documentation |
Function to calculate the number of missed calls for a design for a go-no go threshold
Description
This is an internal function. Please use cautiously if calling directly.
Returns the number of missed calls from a simulation study exploring the impact of varying PDXn and PDXr for an underlying Biol_RR for a particularly go-no go threshold.
A missed call can only arise in the situation where the underlying Biol_RR exceeds the go-no go threshold. Example usage: noMissedCalls(ImpactVarying_PDXn_PDXr_BRR, GoNoGoThreshold=30)
Usage
noMissedCalls(dataset, GoNoGoThreshold)
Arguments
dataset |
dataset obtained as output from the 'varying_PDXn_PDXr' function |
GoNoGoThreshold |
go-no go threshold |
Value
vector with three elements:
- numeric value indicating the number of experiments simulated
- numeric value indicating the number of experiments which were below the go-no go threshold
- numeric value indicating the percent of missed calls
Author(s)
Maria Luisa Guerriero, maria.guerriero@astrazeneca.com
Natasha A. Karp, natasha.karp@astrazeneca.com