indLargeP {flintyR} | R Documentation |
Approximate p-value for Test of Exchangeability (Assuming Large P)
Description
Computes the large asymptotic p-value for dataset
,
assuming its
features are independent.
Usage
indLargeP(X, p = 2)
Arguments
X |
The binary or real matrix on which to perform test of exchangeability |
p |
The power p of |
Details
This is the large asymptotics of the permutation test.
Dependencies: getBinVStat, getRealVStat, getChi2Weights, weightedChi2P, getCov
Value
The asymptotic p-value
[Package flintyR version 0.1.0 Index]