plot.sampfind.d: Creates a data frame and plot of grouped observations for...

Description Usage Arguments Examples

Description

This function takes numbers and vectors, turns them into a data frame and solves for every combination of input. It also plots output by mean difference and groups observations by similar non mean difference-inputs.

Usage

1
2
## S3 method for class 'sampfind.d'
plot(sdA0, sdA1, sdB0, sdB1, r1, alpha, m1, m2, power)

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.

Examples

1
plot.sampfind.d(2,2,2,2,.5,.05,c(57,55,56),c(53,56,54),.8)

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