View source: R/estimate_meff.R
estimate.meff | R Documentation |
Estimates the effective number of tests in correlated datasets using two different approaches (Li's is to be preferred) Cheverud JM (2001). A simple correction for multiple comparisons in interval mapping genome scans. Heredity 87
estimate.meff(data, method = c("Cheverud", "Li"))
data |
data matrix |
method |
which methods should be used |
effective number of tests
Jonas Zierer
data <- matrix(data = rnorm(200), nrow = 10, ncol = 20)
estimate.meff(data, "Li")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.