triangular.test {OPDOE}R Documentation

Triangular Test Object

Description

An triangular.test object is created with triangular.test.norm or triangular.test.prop

Arguments

A triangular.test object is a list of

x

data for group 1

y

data for group 2

n

size of group 1

m

size of group 2

alpha

risk of 1st kind

beta

risk of 2nd kind

dist

character, either "normal" or "bernoulli", describing the type of triangiular test

sample

character, "one" or "two"

kind

character, "one-sided" or "two-sided"

p0

parameter describing the Null hypothesis, see triangular.test.prop

p1

...

p2

...

mu0

parameter describing the Null hypothesis, see triangular.test.norm

mu1

...

mu2

...

result

character, outcome of the test, "H0" or "H1"

step

total number of steps

and some more components for internal use.

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


[Package OPDOE version 1.0-10 Index]