Functions in this package allow one to evaluate linear models with residual randomization. The name, "RRPP", is an acronym for, "Randomization of Residuals in a Permutation Procedure." Through the various functions in this package, one can use randomization of residuals to generate empirical probability distributions for linear model effects, for high-dimensional data or distance matrices.
An especially useful option of this package is to fit models with either ordinary or generalized least squares estimation (OLS or GLS, respectively), using theoretic covariance matrices. Mixed linear effects can also be evaluated.
Key functions for this package:
lm.rrpp
Fits linear models, using RRPP.
anova.lm.rrpp
ANOVA on linear models, using RRPP, plus model comparisons.
coef.lm.rrpp
Extract coefficients or perform test on coefficients, using RRPP.
predict.lm.rrpp
Predict values from lm.rrpp fits and generate bootstrapped confidence intervals.
pairwise
Perform pairwise tests, based on lm.rrpp model fits.