View source: R/power_calculation.R
contrast1D | R Documentation |
Computes power of t-test for one-dimensional contrast matrices
contrast1D(
object,
L,
method = c("Satterthwaite"),
sig.level = 0.05,
alternative = c("two.sided", "one.sided"),
strict = TRUE
)
object |
design object |
L |
contrast vector |
method |
DF approximation method, only "Satterthwaite" available currently |
sig.level |
significance level, default 0.05 |
alternative |
one- or two-sided test |
strict |
whether or not use strict interpretation in two-sided case |
A data frame with columns for effect size, degrees of freedom, significance level, power, and test type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.