Learn R Programming

FDRsamplesize2 (version 0.2.0)

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

Description

Compute power of the t-test for non-zero correlation

Usage

power.tcorr(n, alpha, rho)

Value

Vector of power estimates for two-sided tests

Arguments

n

sample size (scalar)

alpha

p-value threshold (scalar)

rho

population correlation coefficient (vector)

Details

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

Examples

Run this code
rho = rep(c(0.3,0),c(100,900));
res = power.tcorr(n = 50, alpha = 0.05, rho = rho)

Run the code above in your browser using DataLab