seqtest
object
"update"(object, x = NULL, y = NULL, initial = FALSE, output = TRUE, plot = TRUE, ...)
cor.seqtest
object.seqtest
objectTRUE
, output is shown.TRUE
, plot is shown.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 $< \rho \le \rho$0. Statistical Papers, 56, 689-699.
seqtest.cor
,
#--------------------------------------
# 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 = TRUE)
seq.obj <- update(seq.obj, c(0.56, 0.76, 0.56, 0.52))
Run the code above in your browser using DataLab