Package: CVglasso
Type: Package
Title: Lasso Penalized Precision Matrix Estimation
Version: 1.0
Date: 2018-05-31
Authors@R: person("Matt", "Galloway", email = "gall0441@umn.edu",
                  role = c("aut", "cre"))
Description: Estimates a lasso penalized precision matrix via the blockwise coordinate descent (BCD). This package is a simple wrapper around the popular 'glasso' package that extends and enhances its capabilities. These enhancements include built-in cross validation and visualizations.
              See Friedman et al (2008) <doi:10.1093/biostatistics/kxm045> for details regarding the estimation method.
URL: https://github.com/MGallow/CVglasso
BugReports: https://github.com/MGallow/CVglasso/issues
License: GPL (>= 2)
ByteCompile: TRUE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: stats, parallel, foreach, ggplot2, dplyr, glasso
Depends: doParallel
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-05-31 23:30:18 UTC; Matt
Author: Matt Galloway [aut, cre]
Maintainer: Matt Galloway <gall0441@umn.edu>
Repository: CRAN
Date/Publication: 2018-06-04 08:42:55 UTC
Built: R 4.2.0; ; 2023-07-11 00:51:57 UTC; unix
