CRAN/E | AutoStepwiseGLM

AutoStepwiseGLM

Builds Stepwise GLMs via Train and Test Approach

Installation

About

Randomly splits data into testing and training sets. Then, uses stepwise selection to fit numerous multiple regression models on the training data, and tests them on the test data. Returned for each model are plots comparing model Akaike Information Criterion (AIC), Pearson correlation coefficient (r) between the predicted and actual values, Mean Absolute Error (MAE), and R-Squared among the models. Each model is ranked relative to the other models by the model evaluation metrics (i.e., AIC, r, MAE, and R-Squared) and the model with the best mean ranking among the model evaluation metrics is returned. Model evaluation metric weights for AIC, r, MAE, and R-Squared are taken in as arguments as aic_wt, r_wt, mae_wt, and r_squ_wt, respectively. They are equally weighted as default but may be adjusted relative to each other if the user prefers one or more metrics to the others, Field, A. (2013, ISBN:978-1-4462-4918-5).

Key Metrics

Version 0.2.0
Published 2018-11-14 1989 days ago
Needs compilation? no
License MIT
License File
CRAN checks AutoStepwiseGLM results

Downloads

Yesterday 4 0%
Last 7 days 45 -30%
Last 30 days 202 -2%
Last 90 days 580 -30%
Last 365 days 2.579 -20%

Maintainer

Maintainer

Aaron England

aaron.england24@gmail.com

Authors

Aaron England

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Depends

caret
formula.tools