| SimResults-class {simFrame} | R Documentation |
Class for simulation results.
Objects can be created by calls of the form new("SimResults", ...) or
SimResults(...).
values:"data.frame" containing the
simulation results.add:"list" containing additional
simulation results, e.g., statistical models.design:"character" giving the
variables (columns) defining the domains used in the simulation
experiment.colnames:"character" giving the names
of the columns of values that contain the actual simulation
results.epsilon:"numeric" containing the
contamination levels used in the simulation experiment.NArate:"NumericMatrix" containing the
missing value rates used in the simulation experiment.seed:"list" containing the seeds of
the random number generator before and after the simulation experiment,
respectively (for replication of the results).call:"SimCall"; the function call
used to run the simulation experiment, or NULL.signature(x = "SimResults", y = "missing"): selects a
suitable graphical representation of the simulation results
automatically.signature(x = "SimResults"): conditional
box-and-whisker plot of simulation results.signature(x = "SimResults"): conditional
kernel density plot of simulation results.signature(x = "SimResults"): conditional x-y
plot of simulation results.signature(x = "SimResults"): summarize
simulation results.Andreas Alfons, alfons@statistik.tuwien.ac.at
runSimulation, simBwplot,
simDensityplot, simXyplot
showClass("SimResults")