getPermInfo {RRPP} | R Documentation |
Utility Function for RRPP
Description
A function mostly for internal processing but can be used to extract RRPP permutation information for other reasons.
Usage
getPermInfo(
fit,
attribute = c("perms", "perm.method", "block", "perm.seed", "perm.schedule", "all")
)
Arguments
fit |
Object from |
attribute |
The various attributes that are used to generate RRPP permutation schedules. If there are n observations, each iteration has some randomization of 1:n, restricted by the arguments that match attributes provided by this function. |
Author(s)
Michael Collyer
[Package RRPP version 2.0.3 Index]