Toxdata {dfmeta} | R Documentation |
A dataframe consisting 60000 observations of 6 different variables.
data("Toxdata")
A data frame with 60000 observations on the following 6 variables.
simulation
a numeric vector including the simulation.
dose
a numeric vector of the dose levels.
Trial
a numeric vector which gives the number of the trial.
n
a numeric vector of the number of allocation.
x
a numeric vector giving the number of toxicities.
trueptoxic
a numeric vector consisting the true probability of toxicity.
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>
Zohar, S., Katsahian, S. and O'Quigley, J. (2011), An approach to meta-analysis of dose-finding studies. Statist. Med.
data("Toxdata")
## maybe str(Toxdata): plot(Toxdata) ...