plot.pwrfind.n: 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 sample size and groups observations by similar non sample-inputs.

Usage

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

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.

n

A number.

Examples

1
plot.pwrfind.n(2,2,2,2,.5,.05,54,55,c(60,64,68))

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