Learn R Programming

mdpeer

Graph-Constrained Regression with Enhanced Regularization Parameters

Performs graph-constrained regularization in which regularization parameters are selected with the use of a known fact of equivalence between penalized regression and Linear Mixed Model solutions. Provides implementation of three regression methods where graph-constraints among coefficients are accounted for.

  1. riPEERc (ridgified Partially Empirical Eigenvectors for Regression with constant) method utilizes additional Ridge term to handle the non-invertibility of a graph Laplacian matrix.

  2. vrPEER (variable reducted PEER) method performs variable-reduction procedure to handle the non-invertibility of a graph Laplacian matrix.

  3. riPEER (ridgified Partially Empirical Eigenvectors for Regression) method employs a penalty term being a linear combination of graph-originated and ridge-originated penalty terms, whose two regularization parameters are ML estimators from corresponding Linear Mixed Model solution.

Notably, in riPEER method a graph-originated penalty term allows imposing similarity between coefficients based on graph information given whereas additional ridge-originated penalty term facilitates parameters estimation: it reduces computational issues arising from singularity in a graph- originated penalty matrix and yields plausible results in situations when graph information is not informative or when it is unclear whether connectivities represented by a graph reflect similarities among corresponding coefficients.

Copy Link

Version

Install

install.packages('mdpeer')

Monthly Downloads

174

Version

1.0.1

License

GPL-2

Maintainer

Last Published

May 30th, 2017

Functions in mdpeer (1.0.1)

mdpeer

mdpeer: Methods for graph-constrained regression with enhanced regularization parameters selection
riPEER

Graph-constrained regression with penalty term being a linear combination of graph-based and ridge penalty terms
vizu.mat.factor

Visualize matrix data in a form of a heatmap, with categorical values legend
vrPEER

Graph-constrained regression with variable-reduction procedure to handle the non-invertibility of
riPEERc

Graph-constrained regression with addition of a small ridge term to handle the non-invertibility of a graph Laplacian matrix
vizu.mat

Visualize matrix data in a form of a heatmap, with continuous values legend
Adj2Lap

Compute graph Laplacian matrix from graph adjacency matrix
L2L.normalized

Compute normalized version of graph Laplacian matrix