mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-stabs.
* gnu/packages/cran.scm (r-stabs): New variable.
This commit is contained in:
parent
57add3d0fc
commit
cc61af0b29
1 changed files with 24 additions and 0 deletions
|
@ -4641,6 +4641,30 @@ (define-public r-network
|
|||
supports arbitrary vertex/edge/graph attributes.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-stabs
|
||||
(package
|
||||
(name "r-stabs")
|
||||
(version "0.6-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stabs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17sa0sjxf6h7gx1ga1pxhv17yrz3qisaivbf5cbc3asvshhswqg9"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/hofnerb/stabs")
|
||||
(synopsis "Stability selection with error control")
|
||||
(description
|
||||
"This package provides resampling procedures to assess the stability of
|
||||
selected variables with additional finite sample error control for
|
||||
high-dimensional variable selection procedures such as Lasso or boosting.
|
||||
Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
|
||||
complementary pairs stability selection with improved error bounds
|
||||
(Shah & Samworth, 2013) are implemented. The package can be combined with
|
||||
arbitrary user specified variable selection approaches.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-statnet-common
|
||||
(package
|
||||
(name "r-statnet-common")
|
||||
|
|
Loading…
Reference in a new issue