asymptotic_pvalues {R2sample} | R Documentation |
This function finds the p values of several tests based on large sample theory
Description
This function finds the p values of several tests based on large sample theory
Usage
asymptotic_pvalues(x, n, m)
Arguments
x |
a vector of test statistics |
n |
size of sample 1 |
m |
size of sample 2 |
Value
A vector of p values.
[Package R2sample version 4.1.0 Index]