estimate.meff: Estimates the effective number of tests

View source: R/estimate_meff.R

estimate.meffR Documentation

Estimates the effective number of tests

Description

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

Usage

estimate.meff(data, method = c("Cheverud", "Li"))

Arguments

data

data matrix

method

which methods should be used

Value

effective number of tests

Author(s)

Jonas Zierer

Examples

data <- matrix(data = rnorm(200), nrow = 10, ncol = 20)
estimate.meff(data, "Li")

alesssia/timesaveR documentation built on Jan. 26, 2024, 5:21 p.m.