[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-mbess.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-mbess. |
Date: |
Thu, 17 Mar 2022 10:32:39 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bbe42bb392 gnu: Add r-mbess.
bbe42bb392 is described below
commit bbe42bb3925c69b7612f57e008011f37542ec36b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 17 15:30:09 2022 +0100
gnu: Add r-mbess.
* gnu/packages/cran.scm (r-mbess): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 24b05a0157..23645faa8a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2790,6 +2790,37 @@ from Wes Anderson movies.")
in a ggplot2 plot.")
(license license:gpl3)))
+(define-public r-mbess
+ (package
+ (name "r-mbess")
+ (version "4.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "MBESS" version))
+ (sha256
+ (base32 "0qmyvjx2zn5hlzdbz8c94g8l4707swhn7sq9mxkdqiydmflzv0b5"))))
+ (properties `((upstream-name . "MBESS")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-boot r-lavaan r-mass r-mnormt r-nlme r-openmx r-sem r-semtools))
+ (home-page "https://www3.nd.edu/~kkelley/site/MBESS.html")
+ (synopsis "Methods for designing research studies")
+ (description
+ "This package implements methods that are useful in designing research
+studies and analyzing data, with particular emphasis on methods that are
+developed for or used within the behavioral, educational, and social
+sciences (broadly defined). That being said, many of the methods implemented
+within MBESS are applicable to a wide variety of disciplines. MBESS has a
+suite of functions for a variety of related topics, such as effect sizes,
+confidence intervals for effect sizes (including standardized effect sizes and
+noncentral effect sizes), sample size planning (from the @dfn{accuracy in
+parameter estimation} (AIPE), power analytic, equivalence, and minimum-risk
+point estimation perspectives), mediation analysis, various properties of
+distributions, and a variety of utility functions.")
+ ;; Either version of the GPL.
+ (license (list license:gpl2 license:gpl3))))
+
(define-public r-ggtern
(package
(name "r-ggtern")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-mbess.,
guix-commits <=