| Toxdata {dfmeta} | R Documentation |
A toxicity database.
Description
A dataframe consisting 60000 observations of 6 different variables.
Usage
data("Toxdata")
Format
A data frame with 60000 observations on the following 6 variables.
simulationa numeric vector including the simulation.
dosea numeric vector of the dose levels.
Triala numeric vector which gives the number of the trial.
na numeric vector of the number of allocation.
xa numeric vector giving the number of toxicities.
trueptoxica numeric vector consisting the true probability of toxicity.
Author(s)
Artemis Toumazi <artemis.toumazi@gmail.com>, Sarah Zohar <sarah.zohar@inserm.fr>, Anand N. Vidyashankar <avidyash@gmu.edu>, Jie Xu <jxu13@gmu.edu> and Moreno Ursino <moreno.ursino@inserm.fr>
References
Zohar, S., Katsahian, S. and O'Quigley, J. (2011), An approach to meta-analysis of dose-finding studies. Statist. Med.
Examples
data("Toxdata")
## maybe str(Toxdata): plot(Toxdata) ...
[Package dfmeta version 1.0.0 Index]