Nonpara.Independ: Test for independence for nonparametric study

Description Usage Arguments References Examples

View source: R/Nonpara.Independ.R

Description

Ho: P(x ≤ a ~and~ y ≤ b) = P( x ≤ a ) P(y ≤ b) for all a and b. Ha: not equal

Usage

1
Nonpara.Independ(alpha, beta, p1, p2)

Arguments

alpha

significance level

beta

power = 1-beta

p1

p1=P((x1-x2)(y1-y2)>0)

p2

p2=P((x1-x2)(y1-y2)(x1-x3)(y1-y3)>0)

References

Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003

Examples

1
2
3
Example.14.4<-Nonpara.Independ(0.05,0.2,0.6,0.7)
Example.14.4
# 135

TrialSize documentation built on July 8, 2020, 7:19 p.m.