trial-class {mspath} | R Documentation |
Holds results of a trial done by doTrials
Objects can be created by calls of the form trial(args, results)
.
args
:"list"
of arguments for this trial,
as produced by doTrials
' generator
.result
:doTrials
' executor
.No methods defined with class "trial" in the signature.
You may wish to provide methods that are meaningful for your
particular analysis. You can access the raw results with the basic
slot syntax, e.g., aTrial@args
Ross Boylan ross@biostat.ucsf.edu
To understand the context in which this is used, see doTrials
.