analyze.d: A function which will execute ind.diff function if the...

Description Usage Arguments Examples

Description

This function takes all standard inputs as well as a given indicator variable "power" or "sample". If there is no input for m1 AND m2, ind.diff will be executed

Usage

1
analyze.d(sdA0, sdA1, sdB0, sdB1, r1, alpha, m1, m2, power, n, ind)

Arguments

sdA0

A number.

sdA1

A number.

sdB0

A number.

sdB1

A number.

r1

A number.

alpha

A number.

m1

A number.

m2

A number.

power

A number.

n

A number.

ind

A quoted character string ("power" OR "sample").

Examples

1
analyze.d(sdA0= 2, sdA1= 2, sdB0= 2, sdB1= 2, r1= c(.6,.7,.8), alpha= .05, power= c(.6,.7,.8), n= 64, ind= "power")

jcmatei/easypwr documentation built on May 17, 2019, 8:21 a.m.