Description Usage Arguments Details Value Author(s) Examples
View source: R/F_powerCircadian.R
Theoretical circadian power calculation based on F-statistics
1 | F_powerCircadian(n, A, sigma, phi = 0, period = 24, cts = NULL, alpha = 0.05)
|
n |
Sample size. |
A |
Amplitude of the sine curve: A * sin(2π/period * (phi + cts)) + C. |
sigma |
\sigma in the independent Normal error term N(0,σ). |
phi |
Phase of the sine curve. Default is 0. |
period |
Period of the sine curve. Default is 24. |
cts |
Circadian time design vector. |
alpha |
Type I error control. Default is 0.05. |
Theoretically calculate power of circaidan data under indepednent Normal error assumption using F-statistics.
Theoretucal power based on F-statistics.
Wei Zong, Zhiguang Huo
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.