From bbe42bb3925c69b7612f57e008011f37542ec36b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 17 Mar 2022 15:30:09 +0100 Subject: 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") -- cgit v1.2.3