SimResults-class {simFrame}R Documentation

Class "SimResults"

Description

Class for simulation results.

Objects from the Class

Objects can be created by calls of the form new("SimResults", ...) or SimResults(...).

Slots

values:
Object of class "data.frame" containing the simulation results.
add:
Object of class "list" containing additional simulation results, e.g., statistical models.
design:
Object of class "character" giving the variables (columns) defining the domains used in the simulation experiment.
colnames:
Object of class "character" giving the names of the columns of values that contain the actual simulation results.
epsilon:
Object of class "numeric" containing the contamination levels used in the simulation experiment.
NArate:
Object of class "NumericMatrix" containing the missing value rates used in the simulation experiment.
seed:
Object of class "list" containing the seeds of the random number generator before and after the simulation experiment, respectively (for replication of the results).
call:
Object of class "SimCall"; the function call used to run the simulation experiment, or NULL.

Methods

plot
signature(x = "SimResults", y = "missing"): selects a suitable graphical representation of the simulation results automatically.
simBwplot
signature(x = "SimResults"): conditional box-and-whisker plot of simulation results.
simDensityplot
signature(x = "SimResults"): conditional kernel density plot of simulation results.
simXyplot
signature(x = "SimResults"): conditional x-y plot of simulation results.
summary
signature(x = "SimResults"): summarize simulation results.

Author(s)

Andreas Alfons, alfons@statistik.tuwien.ac.at

See Also

runSimulation, simBwplot, simDensityplot, simXyplot

Examples

showClass("SimResults")

[Package simFrame version 0.1.1 Index]