summary.admix_test {admix} | R Documentation |
Summary method for 'admix_test' objects
Description
Print the decision (as well as other useful information) of the statistical test with null hypothesis corresponding to the equality of unknown component distributions in admixture models. More precisely, given two (or more) admixture models with cumulative distribution functions (CDF) L1 and L2, where Li = pi*Fi + (1-pi)*Gi i=1,2 and Gi are the known CDFs, the function performs the test: H0: F1 = F2 versus H1: F1 != F2.
Usage
## S3 method for class 'admix_test'
summary(object, ...)
Arguments
object |
An object of class 'admix_test' (see ?admix_test). |
... |
further arguments passed to or from other methods. |
Author(s)
Xavier Milhaud xavier.milhaud.research@gmail.com
[Package admix version 2.3.3 Index]