[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/53: gnu: Add r-msm.
From: |
guix-commits |
Subject: |
13/53: gnu: Add r-msm. |
Date: |
Sat, 22 Feb 2020 14:46:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3385908e6b916b5b97b504fac47647eb60a92da1
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 18:32:17 2020 +0100
gnu: Add r-msm.
* gnu/packages/cran.scm (r-msm): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f024d05..adc4bd8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19587,3 +19587,31 @@ regressions.")
correlations by quick \"two-step\" methods or ML, optionally with standard
errors; tetrachoric and biserial correlations are special cases.")
(license license:gpl2+)))
+
+(define-public r-msm
+ (package
+ (name "r-msm")
+ (version "1.6.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "msm" version))
+ (sha256
+ (base32
+ "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
+ (properties `((upstream-name . "msm")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-expm" ,r-expm)
+ ("r-mvtnorm" ,r-mvtnorm)
+ ("r-survival" ,r-survival)))
+ (home-page "https://github.com/chjackson/msm")
+ (synopsis "Multi-state Markov and hidden Markov models in continuous time")
+ (description
+ "This package provides functions for fitting continuous-time Markov and
+hidden Markov multi-state models to longitudinal data. It was designed for
+processes observed at arbitrary times in continuous time (panel data) but some
+other observation schemes are supported. Both Markov transition rates and the
+hidden Markov output process can be modelled in terms of covariates, which may
+be constant or piecewise-constant in time.")
+ (license license:gpl2+)))
- branch master updated (5508d9a -> 8017eb0), guix-commits, 2020/02/22
- 01/53: gnu: Add r-fracdiff., guix-commits, 2020/02/22
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm.,
guix-commits <=
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22
- 18/53: gnu: Add r-semtools., guix-commits, 2020/02/22
- 20/53: gnu: Add r-stanheaders., guix-commits, 2020/02/22