mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add r-cqrreg.
* gnu/packages/cran.scm (r-cqrreg): New variable.
This commit is contained in:
parent
eb467fe231
commit
8309556cf3
1 changed files with 23 additions and 0 deletions
|
@ -9700,6 +9700,29 @@ (define-public r-cgdsr
|
||||||
Memorial-Sloan-Kettering Cancer Center (MSKCC).")
|
Memorial-Sloan-Kettering Cancer Center (MSKCC).")
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
|
(define-public r-cqrreg
|
||||||
|
(package
|
||||||
|
(name "r-cqrreg")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "cqrReg" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1788hnm1qd5mv5bcizz2h170jg6954sfggjnfqcwfwg167px0df2"))))
|
||||||
|
(properties `((upstream-name . "cqrReg")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-quantreg r-rcpp r-rcpparmadillo))
|
||||||
|
(home-page "https://cran.r-project.org/package=cqrReg")
|
||||||
|
(synopsis
|
||||||
|
"Quantile, composite quantile regression and regularized versions")
|
||||||
|
(description
|
||||||
|
"Estimate @dfn{quantile regression} (QR) and @dfn{composite quantile
|
||||||
|
regression} (cqr) and with adaptive lasso penalty using @dfn{interior
|
||||||
|
point} (IP), @dfn{majorize and minimize} (MM), @dfn{coordinate descent} (CD),
|
||||||
|
and @dfn{alternating direction method of multipliers algorithms} (ADMM).")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-import
|
(define-public r-import
|
||||||
(package
|
(package
|
||||||
(name "r-import")
|
(name "r-import")
|
||||||
|
|
Loading…
Reference in a new issue