Learn R Programming

rai (version 1.0.0)

Revisiting-Alpha-Investing for Polynomial Regression

Description

A modified implementation of stepwise regression that greedily searches the space of interactions among features in order to build polynomial regression models. Furthermore, the hypothesis tests conducted are valid-post model selection due to the use of a revisiting procedure that implements an alpha-investing rule. As a result, the set of rejected sequential hypotheses is proven to control the marginal false discover rate. When not searching for polynomials, the package provides a statistically valid algorithm to run and terminate stepwise regression. For more information, see Johnson, Stine, and Foster (2019) .

Copy Link

Version

Install

install.packages('rai')

Monthly Downloads

184

Version

1.0.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Kory D. Johnson

Last Published

July 2nd, 2019

Functions in rai (1.0.0)

Bidders

Making Bidder Objects
RAI

Main function for Revisiting Alpha-Investing (RAI) regression.
Feature-Constructors

Making Source Objects
Auction

Internal function to manage multiple experts.
ProcessRAI

Summarising RAI Output
Experts

Making Expert Objects