hwenodr {hwep} | R Documentation |
Test for HWE in autopolyploids under the assumption of no double reduction
Description
We run a likelihood ratio test against the null of no HWE, assuming that there is no double reduction.
Usage
hwenodr(nvec)
Arguments
nvec |
A vector containing the observed genotype counts,
where |
Value
A list with some or all of the following elements
r
The estimated allele frequency.
chisq_hwe
The chi-square statistic against the null of equilibrium given no double reduction.
df_hwe
The degrees of freedom associated with
chisq_hwe
.p_hwe
The p-value against the null of equilibrium given no double reduction.
Author(s)
David Gerard
Examples
set.seed(10)
qvec <- c(0.2, 0.3, 0.4, 0.1)
nvec <- c(stats::rmultinom(n = 1, size = 100, prob = qvec))
hwenodr(nvec = nvec)
[Package hwep version 2.0.2 Index]