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

Description Usage Arguments Value 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 power and groups observations by similar non power-inputs.

Usage

1
2
## S3 method for class 'sampfind.p'
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.

Value

A data frame of modeled sample size and plot of sample size vs power.

Examples

1
plot.sampfind.p(2,2,2,2,.5,.05,c(57,55,56),54,c(.5,.6,.7,.8))

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