A function mostly for internal processing but can be used to obtain terms,
design matrices, or QR decompositions used for each reduced or full
model that is fitted in an lm.rrpp
fit.
getModels(fit, attribute = c("terms", "X", "qr", "all"))
Object from lm.rrpp
The various attributes that are used to extract 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