Sim | R Documentation |
Sim
class generatorSim
class generator
Sim
class generator
Some text here
simName
Charecter. A name for your simulation study.
new()
Sim$new( simName, seed, B, conditions = list(), dirNames = list(), type = c("param", "nonpar"), nodeNames = Sys.info()["nodename"] )
print()
Sim$print(...)
emptyDirs()
Sim$emptyDirs()
start()
Sim$start( ext = "complete", run1 = NULL, cleanup = TRUE, checkOnly = FALSE, debug = FALSE, ... )
checkOnly
Not implemented, consider deprecating, $progress() works
cleandirs()
Sim$cleandirs()
progress()
Sim$progress(ext = "complete", ...)
summary()
Sim$summary(...)
summarize()
Sim$summarize(fpc = TRUE, raw = FALSE, ...)
glm()
Sim$glm( y, interactionOrder = 1, alpha = 0.05, subset = NULL, subsetVarName = NULL, recode = NULL, ... )
plot()
Sim$plot( x, y, group, facet = NULL, subset = NULL, title = "", data = NULL, ... )
clone()
The objects of this class are cloneable with this method.
Sim$clone(deep = FALSE)
deep
Whether to make a deep clone.
Stephen Tueller stueller@rti.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.