GeneralSimulations-class {crmPack} | R Documentation |
General class for the simulations output
Description
This class captures trial simulations.
Details
Here also the random generator state before starting the simulation is
saved, in order to be able to reproduce the outcome. For this just use
set.seed
with the seed
as argument before running
simulate,Design-method
.
Slots
data
list of produced
Data
objectsdoses
the vector of final dose recommendations
seed
random generator state before starting the simulation
[Package crmPack version 1.0.6 Index]