clev_twosample: Conditional level of extended two sample t-test

Description Usage Arguments Details Value Author(s) Examples

Description

.. content for (no empty lines) ..

Usage

1
clev_twosample(tuu2, uu1, v1, tm2, tn2, m, n, m1, n1, alpha = 0.025)

Arguments

tuu2

Two dimensional vector containing the sum and the sum of squares of the extended second stage observations

uu1

Two dimensional vector containing the sum and the sum of squares of the first stage observations

v1

First stage sum of observations

tm2

Extended second stage sample size treatment group

tn2

Extended second stage sample size

m

Preplanned total sample size treatment group

n

Preplanned total sample size

m1

First stage sample size treatment group

n1

First stage sample size

alpha

Significance level

tu2

Sum of squares of extended second stage

u1

First stage sum of squares

v1

Sum of first stage treatment group observations

tn2

Extended second stage sample size control group

n

Preplanned total sample size control group

n1

First stage sample size control group

alpha

Significance level

Details

.. content for ..

Value

Conditional level of an extended two sample t-test

Author(s)

Florian Klinglmueller

Examples

1
2
3
4
5
6
7
8
9
## From Timmesfeld et al. (2007) - should be 0.042
tu2 = 49968.5
u1 = 7989
v1 = 82.5
tn2 = 104
n1 = 15
n = 65
clev(tu2,u1,v1,tn2,n,n1)
tccv(tu2,u1,v1,tn2,n,n1)

floatofmath/resamplingMCP documentation built on May 16, 2019, 1:21 p.m.