Learn R Programming

FDRsampsize (version 1.0)

power.tcorr: Compute Power of the t-test for non-zero correlation

Description

Estimate power of t-test for non-zero correlation;Uses classical power formula for t-test

Usage

power.tcorr (n, alpha, rho)

Arguments

n
sample size (scalar)
alpha
p-value threshold (scalar)
rho
population correlation coefficient (vector)

Value

Details

For many applications, the null.effect is rho=0.

Examples

Run this code
 power.tcorr        # show the power function
 res=fdr.sampsize(fdr=0.1,
                  ave.pow=0.8,
                  pow.func=power.tcorr,
                  eff.size=rep(c(0.3,0),c(100,900)),
                  null.effect=0)
 res

Run the code above in your browser using DataLab