mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Add r-dirmult.
* gnu/packages/cran.scm (r-dirmult): New variable.
This commit is contained in:
parent
e99b3c0d25
commit
48e6e67990
1 changed files with 19 additions and 0 deletions
|
@ -399,6 +399,25 @@ (define-public r-dirichletreg
|
|||
(description "This package implements Dirichlet regression models.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-dirmult
|
||||
(package
|
||||
(name "r-dirmult")
|
||||
(version "0.1.3-5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dirmult" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05whzhl81nyag7321hw98xa63r440s9bgj1764346yvm9bvzjqi4"))))
|
||||
(properties `((upstream-name . "dirmult")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=dirmult")
|
||||
(synopsis "Estimation in Dirichlet-Multinomial distribution")
|
||||
(description
|
||||
"This package estimates the parameters in Dirichlet-Multinomial and
|
||||
computes log-likelihoods.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-dixontest
|
||||
(package
|
||||
(name "r-dixontest")
|
||||
|
|
Loading…
Reference in a new issue