guix-patches
[Top][All Lists]
Advanced

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

[bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk


From: Lars-Dominik Braun
Subject: [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk
Date: Tue, 4 Feb 2020 14:56:16 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ebfa5d9529..2df2f90d37 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19916,3 +19916,37 @@ recoding.  We are eager to have community feedback 
about the variable key and
 the vignette about it.  In version 1.67, the function semTable() is deprecated.
 We have proposed a new package of that name.")
     (license license:gpl2)))
+
+(define-public r-rockchalk
+  (package
+    (name "r-rockchalk")
+    (version "1.8.144")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "rockchalk" version))
+        (sha256
+          (base32
+            "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
+    (properties `((upstream-name . "rockchalk")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-cardata" ,r-cardata)
+        ("r-kutils" ,r-kutils)
+        ("r-lme4" ,r-lme4)
+        ("r-mass" ,r-mass)))
+    (home-page
+      "https://cran.r-project.org/package=rockchalk";)
+    (synopsis
+      "Regression Estimation and Presentation")
+    (description
+      "This package provides a collection of functions for interpretation and
+presentation of regression analysis.  These functions are used to produce the
+statistics lectures in <http://pj.freefaculty.org/guides>.  Includes regression
+diagnostics, regression tables, and plots of interactions and \"moderator\"
+variables.  The emphasis is on \"mean-centered\" and \"residual-centered\"
+predictors.  The vignette @code{rockchalk} offers a fairly comprehensive
+overview.  The vignette @code{Rstyle} has advice about coding in R.  The
+package title @code{rockchalk} refers to our school motto, \"Rock Chalk
+Jayhawk, Go K.U.\".")
+    (license license:gpl3+)))
-- 
2.20.1






reply via email to

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