power.mway: Power calculator with statistic value being fixed

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Power calculator with statistic value being fixed

Usage

1
power.mway(x, rmway.out, alpha)

Arguments

x

K statistic values

rmway.out

Output of rmway function

alpha

Optional. type 1 error threshold

Value

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
A <- matrix(c(10,20,30,40,50,60),2,3)
t1 <- t2 <- t3 <- matrix(c(1,0,0,0,0,0),byrow=TRUE,2,3)
t2[1,2] <- 0.5
t3[1,2] <- 1
tests <- list(t1,t2,t3)
n <- 1000
rmway.out <- rmway(n,A,tests)
x <- 8
alpha <- 0.05
power.mway(x,rmway.out,alpha)

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.