Description Usage Arguments Value
In a univariate case, simulate an exact null distribution for the global test statistics.
1 2 | uvExactNull(uv.null.sim, test.method, correct = TRUE, col0.tot, row0.tot,
grand.tot, top.max.ps = 4L, verbose = FALSE)
|
uv.null.sim |
Positive integer, the number of simulated values to be computed in a univariate case when an exact or approximate null distribution is simulated. |
test.method |
String, "Fisher" and "norm.approx" are applicable here. |
correct |
Logical, relates to Fisher's exact test, if |
col0.tot |
Numerical vector, containing the column-0 totals of all 2x2 contingency
tables for which simulated values are asked for. Has to be the same length as |
row0.tot |
Numerical vector, containing the row-0 totals of all 2x2 contingency
tables for which simulated values are asked for. Has to be the same length as |
grand.tot |
Numerical vector, containing the totals of all 2x2 contingency
tables for which simulated values are asked for. Has to be the same length as |
top.max.ps |
Positive integer, report the mean of the top |
verbose |
Logical. |
List of two numerical vectors for each of the global test statistics. Each
such vector is of length uv.null.sim.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.