plot.seqtest: Plot seqtest

Description Usage Arguments Author(s) References See Also Examples

Description

This function plots the seqtest object

Usage

1
2
## S3 method for class 'seqtest'
plot(x, ...)

Arguments

x

seqtest object

...

further arguments passed to or from other methods

Author(s)

Takuya Yanagida takuya.yanagida@univie.ac.at

References

Rasch, D., Pilz, J., Verdooren, L. R., & Gebhardt, G. (2011). Optimal experimental design with R. Boca Raton: Chapman & Hall/CRC.

Rasch, D., Kubinger, K. D., & Yanagida, T. (2011). Statistics in psychology - Using R and SPSS. New York: John Wiley & Sons.

Schneider, B., Rasch, D., Kubinger, K. D., & Yanagida, T. (2015). A Sequential triangular test of a correlation coefficient's null-hypothesis: 0 < ρ ≤ ρ0. Statistical Papers, 56, 689-699.

See Also

seqtest.cor, print.seqtest

Examples

1
2
3
4
5
6
7
#--------------------------------------
# Sequential triangular test for the product-moment correlation coefficient

seq.obj <- seqtest.cor(0.46, k = 14, rho = 0.3, delta = 0.2,
                       alpha = 0.05, beta = 0.2)

plot(seq.obj)

miscor documentation built on May 1, 2019, 10:14 p.m.

Related to plot.seqtest in miscor...