A function mostly for internal processing but can be used to extract RRPP permutation information for other reasons.
getPermInfo(
fit,
attribute = c("perms", "perm.method", "block", "perm.seed", "perm.schedule", "all")
)
Object from lm.rrpp
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.
Michael Collyer