ry_hweExact: Hardy-Weinberg Exact Test

Description Usage Arguments Examples

Description

This function returns Exact HWtest p and probability of all possible counts.

Usage

1
ry_hweExact(g = c(813, 182, 5))

Arguments

g

is a integer vector with length 3.

Examples

1
2
3
xx<-ry_hweExact(c(813,182,5))
xx$p.value
sum(xx$prob) # should be 1

ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.