GeneralSimulations
@description This class captures trial simulations. 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
.
Source: R/Simulations-class.R
GeneralSimulations-class.Rd
GeneralSimulations
@description
This class captures trial simulations.
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
)
producedData
objects.doses
(
numeric
)
final dose recommendations.seed
(
integer
)
random generator state before starting the simulation.