OU_approx | R Documentation |
Analytic approximation to the family-wise error rate for test statistics arising from Ornstein-Uhlenbeck process. Approximation courtesy of: Siegmund and Yakir (2007). The statistics of gene mapping.
OU_approx(z, beta, Delta, length, chr, center, test)
z |
the critical value. |
beta |
the OU covariance parameter. |
Delta |
the spacing between markers. |
length |
the total length of the region. |
chr |
the number of chromosomes. |
center |
the level for family-wise error rate. |
test |
the type of test ( |
A single number indicating the distance between the family-wise error rate
using critical value z
and the desired level (center
).
OU_approx(4.277817, 0.01*6, 0.2, 3500, 22, 0.05, "two-sided")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.