plot.diffind.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 'diffind.n'
plot(sdA0, sdA1, sdB0, sdB1, r1, alpha, power, n)

Arguments

sdA0

A number.

sdA1

A number.

sdB0

A number.

sdB1

A number.

r1

A number.

alpha

A number.

power

A number.

n

A number.

Examples

1
plot.diffind.n(2,2,2,2,.5,.05,.8,c(60,64,68))

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