DESCRIPTION:

Objects which inherit from inference.seqdesign,

GENERATION:

Objects which inherit from the class "inference.seqdesign" are returned from the inference.seqdesign function. This is used by the summary , and inference.plot functions.

METHODS:

The class "inference.seqdesign" has a print and plot method.

STRUCTURE:

An object which inherits from "inference.seqdesign" is a list with components

VALUE:

K
a vector of analysis times.
observed
a vector of the observed statistics.
sample.size
a vector of the sample size at the analysis times.
p.value
a vector of the $p$-values of the observed statistics.
estimate
a vector of the point estimates using method method.
ci
a length(K) by 2 matrix giving lower and upper bounds on the confidence interval.
labels
labels for printing and plotting.

In addition, "inference.seqdesign" objects have the following attributes:
conf.level

the confidence level of the confidence intervals.

ordering
a character indicating how to compute the confidence intervals: "m" corresponds to sample mean ordering and "a" corresponds to analysis time ordering.
at.the.boundaris
if TRUE, the the inferences were computed at the boundaries of the design.
design
the design object used to evaluate the inferences.

SEE ALSO:

,