Learn R Programming

metafor (version 1.9-2)

permutest: Carry Out Permutation Tests

Description

The function permutest is generic. It can be used to carry out permutation tests for specific classes of objects.

Usage

permutest(x, ...)

Arguments

x
an object for which permutation tests can be carried out. See Details.
...
other arguments.

Details

Currently, there is only a method for objects of class "rma.uni" created by the rma.uni function. Accordingly, the corresponding method is called permutest.rma.uni. See the documentation for that function for more details.

References

Good, P. I. (2009). Permutation, parametric, and bootstrap tests of hypotheses (3rd ed.). New York: Springer.

See Also

permutest.rma.uni