File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Groupwise Regularized Adaptive Sparse Precision Solution
44
5+ [ ![ CRAN_Status_Badge] ( https://www.r-pkg.org/badges/version/grasps )] ( https://CRAN.R-project.org/package=grasps )
6+ [ ![ GitHub R package
7+ version] ( https://img.shields.io/github/r-package/v/Carol-seven/grasps?label=R%20in%20dev&color=green )] ( https://github.com/Carol-seven/grasps/blob/main/DESCRIPTION )
8+ [ ![ GitHub last
9+ commit] ( https://img.shields.io/github/last-commit/Carol-seven/grasps )] ( https://github.com/Carol-seven/grasps/commits/main )
10+ [ ![ R-CMD-check] ( https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml )
11+ [ ![ GitHub
12+ License] ( https://img.shields.io/github/license/Carol-seven/grasps?color=blue )] ( https://github.com/Carol-seven/grasps/blob/main/LICENSE.md )
13+
514The goal of ** grasps** is to provide a collection of statistical methods
615that incorporate both element-wise and group-wise penalties to estimate
716a precision matrix, making them user-friendly and useful for researchers
@@ -48,8 +57,15 @@ more details.
4857
4958## Installation
5059
51- You can install the development version of ** grasps** from
52- [ GitHub] ( https://github.com/ ) with:
60+ - You can install the released version of ** grasps** from
61+ [ CRAN] ( https://cran.r-project.org/package=grasps ) with:
62+
63+ ``` R
64+ install.packages(" grasps" )
65+ ```
66+
67+ - You can install the development version of ** grasps** from
68+ [ GitHub] ( https://github.com/Carol-seven/grasps ) with:
5369
5470``` R
5571# install.packages("devtools")
Original file line number Diff line number Diff line change 22
33## Groupwise Regularized Adaptive Sparse Precision Solution
44
5+ [](https://CRAN.R-project.org/package=grasps)
6+ [](https://github.com/Carol-seven/grasps/blob/main/DESCRIPTION)
8+ [](https://github.com/Carol-seven/grasps/commits/main)
10+ [](https://github.com/Carol-seven/grasps/actions/workflows/R-CMD-check.yaml)
11+ [](https://github.com/Carol-seven/grasps/blob/main/LICENSE.md)
13+
514The goal of **grasps** is to provide a collection of statistical methods
615that incorporate both element-wise and group-wise penalties to estimate
716a precision matrix, making them user-friendly and useful for researchers
@@ -48,8 +57,15 @@ more details.
4857
4958## Installation
5059
51- You can install the development version of **grasps** from
52- [GitHub](https://github.com/) with:
60+ - You can install the released version of **grasps** from
61+ [CRAN](https://cran.r-project.org/package=grasps) with:
62+
63+ ``` R
64+ install.packages("grasps")
65+ ```
66+
67+ - You can install the development version of **grasps** from
68+ [GitHub](https://github.com/Carol-seven/grasps) with:
5369
5470``` R
5571# install.packages("devtools")
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pkgdown_sha: ~
44articles :
55 crit : crit.html
66 pen_est : pen_est.html
7- last_built : 2025-11-27T19:57Z
7+ last_built : 2025-11-27T20:17Z
88urls :
99 reference : https://shiying-xiao.com/grasps/reference
1010 article : https://shiying-xiao.com/grasps/articles
Load diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments