Skip to content
/ RRPP Public

❗ This is a read-only mirror of the CRAN R package repository. RRPP — Linear Model Evaluation with Randomized Residuals in a Permutation Procedure. Homepage: https://github.com/mlcollyer/RRPP

Notifications You must be signed in to change notification settings

cran/RRPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRPP

RRPP is a software package for evaluating linear models with residual randomization in a permutation procedure. S3 Generic used for the lm function can also be used with lm.rrpp, with the chief difference being that lm coefficients, fitted values, and residuals are estimated many times with random permutations of data.

To install the current RRPP R-package from CRAN:

Within R:

install.packages("RRPP")

To install the current version of the RRPP R-package from Github using devtools:

Within R:

install.packages("devtools")

devtools::install_github("mlcollyer/RRPP")

The version on github is updated regularly, especially if errors or programming bugs are discovered.

About

❗ This is a read-only mirror of the CRAN R package repository. RRPP — Linear Model Evaluation with Randomized Residuals in a Permutation Procedure. Homepage: https://github.com/mlcollyer/RRPP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages