devSJR / reverseR

Linear Regression Stability to Significance Reversal (R-package)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

====

Linear Regression Stability to Significance Reversal

reverseR is an R package, which tests linear regressions for significance reversal through leave-one(multiple)-out.

Installation

reverseR is not yet available on CRAN. However, you can install the latest development version of the code using the devtools R package.

# Install devtools, if you haven't already.
install.packages("devtools")

library(devtools)
install_github("anspiess/reverseR")

About

Linear Regression Stability to Significance Reversal (R-package)


Languages

Language:R 100.0%