guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/103: gnu: Add r-ordinal.


From: Ricardo Wurmus
Subject: 72/103: gnu: Add r-ordinal.
Date: Wed, 5 Sep 2018 14:03:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b8f6e2f82a733759017269170e7b8813f04a9425
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:32:50 2018 +0200

    gnu: Add r-ordinal.
    
    * gnu/packages/cran.scm (r-ordinal): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f64b48d..590d2c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2005,6 +2005,33 @@ algorithm.  The interface of @code{ucminf} is designed 
for easy interchange
 with the package @code{optim}.")
     (license license:gpl2+)))
 
+(define-public r-ordinal
+  (package
+    (name "r-ordinal")
+    (version "2018.8-25")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ordinal" version))
+       (sha256
+        (base32
+         "03cv9hcrw8j3lhamzhz8sk2p3ns4cw9z41x49h301k2b3pajv43h"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)
+       ("r-matrix" ,r-matrix)
+       ("r-numderiv" ,r-numderiv)
+       ("r-ucminf" ,r-ucminf)))
+    (home-page "https://github.com/runehaubo/ordinal";)
+    (synopsis "Regression models for ordinal data")
+    (description
+     "This package provides an implementation of cumulative link (mixed)
+models also known as ordered regression models, proportional odds models,
+proportional hazards models for grouped survival times and ordered models.
+Estimation is via maximum likelihood and mixed models are fitted with the
+Laplace approximation and adaptive Gauss-Hermite quadrature.")
+    (license license:gpl2+)))
+
 (define-public r-jomo
   (package
     (name "r-jomo")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]