kickoffControl: Control for presence of at least toxicities and efficacies...

Description Usage Arguments Author(s) References Examples

View source: R/kickoffControl.R

Description

An algorithm that control if we have at least one 0 and one 1 for both efficacy and toxicity.

Usage

1
kickoffControl(tox, currentDose, cohortSize, nbDoses)

Arguments

tox

The vector of toxicity outcomes.

currentDose

The current dose of a patient.

cohortSize

The size of the cohort; must be integer.

nbDoses

The maximum number of the doses.

Author(s)

Artemis Toumazi artemis.toumazi@gmail.com, Caroline Petit caroline.petit@crc.jussieu.fr, Sarah Zohar sarah.zohar@inserm.fr

References

Petit, C., et al, (2016) Unified approach for extrapolation and bridging of adult information in early phase dose-finding paediatric studies, Statistical Methods in Medical Research, <doi:10.1177/0962280216671348>.

Examples

1
2
3
4
5
6
7
8
## Not run: 
	tox <- c(0.1301477, 0.2774171, 0.4184642, 0.6486846, 0.8257219)
	currentDose <- 3
	cohortSize <- 1
	nbDoses <- 5 
	kickoffControl(tox, currentDose, cohortSize, nbDoses)

## End(Not run)

dfped documentation built on May 2, 2019, 8:36 a.m.