HWChisqMat | R Documentation |
Function HWChisqMat
executes the Chisquare test for HWE for each row in a matrix. This function is
deprecated and it is better to use the faster HWChisqStats
instead.
HWChisqMat(X, ...)
X |
A n times 3 matrix of genotypic counts (AA,AB,BB) |
... |
extra arguments that are passed on to |
a vector with chi-square statistics or p-values
Jan Graffelman jan.graffelman@upc.edu
HWChisq
, HWChisqStats
X <- HWData(100,100)
colnames(X) <- c("MM","MN","NN")
Results <- HWChisqMat(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.