getPermInfo function

Utility Function for RRPP

Utility Function for RRPP

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") )

Arguments

  • fit: Object from lm.rrpp
  • 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