Learn R Programming

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

huge (version 1.0.1)

High-dimensional Undirected Graph Estimation

Description

The package "huge" provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing (Gaussianization), neighborhood screening, graph estimation, and model selection techniques into a pipeline. In preprocessing stage, the NonparaNormal(NPN) transformation is applied to help relax the normality assumption. In the graph estimation stage, the graph structure is estimated by the Meinshausen & Buhlmann Graph Estimation via Lasso (MBGEL) by default and it can be further accelerated by the Graph SURE Screening (GSS) subroutine which preselects the graph neighborhood of each variable. In the case d >> n, the computation is memory optimized and is targeted on larger-scale problems (d>6000). We also provide two alternative approaches for the graph estimation stage:(1) Graph Estimation via Correlation Thresholding (GECT) which is highly efficient and (2) A slightly modified Graphical Lasso (GLASSO) procedure in which the memory usage is optimized using sparse matrix output. Three regularization/thresholding parameter selection methods are included in this package: (1) StARS: Stability Approach for Regularization Selection (2) RIC: Rotation Information Criterion (3) Extended Bayesian Information Criterion (EBIC only for GLASSO).

Copy Link

Version

Install

install.packages('huge')

Monthly Downloads

3,162

Version

1.0.1

License

GPL-2

Maintainer

Tuo Zhao Han Liu hanliucsjhuedu

Last Published

April 11th, 2011

Functions in huge (1.0.1)

huge.GECT

Graph Estimation via Correlation Thresholding (GECT)
huge.plot

Graph visualization
huge.generator

Data generator
plot.roc

Plot function for S3 class "roc"
plot.GECT

Plot function for S3 class "GECT"
print.roc

Print function for S3 class "roc"
huge.MBGEL

Meinshausen & Buhlmann Graph Estimation via Lasso
plot.stars

Plot function for S3 class "stars"
plot.sim

Plot function for S3 class "sim"
lasso.stars

Stability Approach to Regularization Selection for Lasso
huge

High-dimensional undirected graph estimation in one-step mode
summary.huge

Summary function for S3 class "huge"
print.NPN

Print function for S3 class "NPN"
print.glassoM

Print function for S3 class "glassoM"
huge.glassoM

High-dimensional undirected graph estimation via Graphical Lasso
print.MBGEL

Print function for S3 class "MBGEL"
plot.select

Plot function for S3 class "select"
huge-package

High-dimensional Undirected Graph Estimation
print.sim

Print function for S3 class "sim"
summary.roc

Summary function for S3 class "roc"
print.huge

Print function for S3 class "huge"
plot.MBGEL

Plot function for S3 class "MBGEL"
plot.NPN

Plot function for S3 class "NPN"
summary.GECT

Summary function for S3 class "GECT"
print.GECT

Print function for S3 class "GECT"
summary.NPN

Summary function for S3 class "NPN"
summary.MBGEL

Summary function for S3 class "MBGEL"
plot.glassoM

Plot function for S3 class "glassoM"
huge.select

Model selection for high-dimensional undirected graph estimation
print.select

Print function for S3 class "select"
huge.NPN

NonparaNormal(NPN) transformation
summary.sim

summary function for S3 class "sim"
summary.select

Summary function for S3 class "select"
summary.stars

Summary function for S3 class "stars"
print.stars

Print function for S3 class "stars"
huge.roc

Draw ROC Curve for a graph path
plot.huge

Plot function for S3 class "huge"
summary.glassoM

Summary function for S3 class "glassoM"
huge-internal

Internal huge functions