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

Description Usage Arguments Author(s) References See Also

View source: R/triangular.test.R

Description

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

Usage

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

Arguments

object

triangular.test 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

Author(s)

Dieter Rasch, Juergen Pilz, L.R. Verdooren, Albrecht Gebhardt

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


OPDOE documentation built on May 1, 2019, 8:45 p.m.