Learn R Programming

⚠️There's a newer version (1.1) of this package.Take me there.

StabilizedRegression (version 1.0)

Stabilizing Regression and Variable Selection

Description

Contains an implementation of 'StabilizedRegression', a regression framework for heterogeneous data introduced in Pfister et al. (2019) . The procedure uses averaging to estimate a regression of a set of predictors X on a response variable Y by enforcing stability with respect to a given environment variable. The resulting regression leads to a variable selection procedure which allows to distinguish between stable and unstable predictors. The package further implements a visualization technique which illustrates the trade-off between stability and predictiveness of individual predictors.

Copy Link

Version

Install

install.packages('StabilizedRegression')

Monthly Downloads

172

Version

1.0

License

GPL-3

Maintainer

Niklas Pfister

Last Published

March 13th, 2020

Functions in StabilizedRegression (1.0)

coef.StabilizedRegression

coefficients function
learn_network

Learn network model
predict.StabilizedRegression

predict function
StabilizedRegression

StabilizedRegression
SRanalysis

Stability analysis
linear_regressor

R6 Class Representing a Linear Regression
plot.SRanalysis

plot function