Learn R Programming

OPDOE (version 1.0-10)

update.triangular.test: Print method for Triangular Test Objects

Description

Updates a triangular.test object and executes one or more steps in the sequence of tests.

Usage

# S3 method for triangular.test
update(object, x=NULL, y=NULL, initial=FALSE,
plot="last", recursive=FALSE, ...)

Arguments

object
x

data for group 1

y

data for group 2

initial

logical, used internally for creating a triangular.test object

plot

character, "all": plot all intermediate steps, "last": plot only the last state

recursive

logical, used internally to decide wether a plot should be generated (will be omitted if recursively called)

...

additional parameters for update

References

Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt: Optimal Experimental Design with R, Chapman and Hall/CRC, 2011

See Also

triangular.test.norm, triangular.test.prop