[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: r-etm: Fix grammar of "permits to estimate" to "estimates".
From: |
guix-commits |
Subject: |
02/05: gnu: r-etm: Fix grammar of "permits to estimate" to "estimates". |
Date: |
Sun, 12 Apr 2020 17:44:11 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit d6d4283ac7164882d9790ab19910123da477ba7f
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 14:27:49 2020 -0700
gnu: r-etm: Fix grammar of "permits to estimate" to "estimates".
* gnu/packages/cran (r-etm): Fix grammar.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f63560..3de0608 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11532,7 +11532,7 @@ JASA, 94:496-509.")
(home-page "https://cran.r-project.org/web/packages/etm")
(synopsis "Empirical transition matrix")
(description
- "The @dfn{empirical transition matrix} (etm) package permits to estimate
+ "The @dfn{empirical transition matrix} (etm) package estimates
the matrix of transition probabilities for any time-inhomogeneous multistate
model with finite state space using the Aalen-Johansen estimator.")
(license license:expat)))