trial-class {mspath}R Documentation

Class "trial"

Description

Holds results of a trial done by doTrials

Objects from the Class

Objects can be created by calls of the form trial(args, results).

Slots

args:
The "list" of arguments for this trial, as produced by doTrials' generator.
result:
The interesting information from the trial, as returned by doTrials' executor.

Methods

No methods defined with class "trial" in the signature.

Note

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

Author(s)

Ross Boylan ross@biostat.ucsf.edu

See Also

To understand the context in which this is used, see doTrials.


[Package mspath version 0.9-9 Index]