[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/74: gnu: Add r-survey.
From: |
guix-commits |
Subject: |
03/74: gnu: Add r-survey. |
Date: |
Thu, 7 Mar 2019 17:52:58 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f0bff69873b53a9bdcf3817bc02162354c5256b4
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 22:10:21 2019 +0100
gnu: Add r-survey.
* gnu/packages/cran.scm (r-survey): New variable.
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b337832..cf00ee5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7166,6 +7166,39 @@ animation. In RStudio, images are automatically
previewed when printed to the
console, resulting in an interactive editing environment.")
(license license:expat)))
+(define-public r-survey
+ (package
+ (name "r-survey")
+ (version "3.35-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "survey" version))
+ (sha256
+ (base32
+ "1nv4sdfmidvyjgvp3zvn5iw35bb8w0v7095is2pdy8cckkgdvr8i"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lattice" ,r-lattice)
+ ("r-matrix" ,r-matrix)
+ ("r-minqa" ,r-minqa)
+ ("r-numderiv" ,r-numderiv)
+ ("r-survival" ,r-survival)))
+ (home-page "http://r-survey.r-forge.r-project.org/survey/")
+ (synopsis "Analysis of complex survey samples")
+ (description
+ "This package provides tools for the analysis of complex survey samples.
+The provided features include: summary statistics, two-sample tests, rank
+tests, generalised linear models, cumulative link models, Cox models,
+loglinear models, and general maximum pseudolikelihood estimation for
+multistage stratified, cluster-sampled, unequally weighted survey samples;
+variances by Taylor series linearisation or replicate weights;
+post-stratification, calibration, and raking; two-phase subsampling designs;
+graphics; PPS sampling without replacement; principal components, and factor
+analysis.")
+ ;; Either version of the GPL.
+ (license (list license:gpl2 license:gpl3))))
+
(define-public r-dvmisc
(package
(name "r-dvmisc")
- branch master updated (d748cb5 -> 20662a3), guix-commits, 2019/03/07
- 01/74: gnu: Add r-ellipsis., guix-commits, 2019/03/07
- 04/74: gnu: Add r-furrr., guix-commits, 2019/03/07
- 02/74: gnu: Add r-magick., guix-commits, 2019/03/07
- 07/74: gnu: r-network: Update to 1.14-377., guix-commits, 2019/03/07
- 06/74: gnu: r-vegan: Update to 2.5-4., guix-commits, 2019/03/07
- 03/74: gnu: Add r-survey.,
guix-commits <=
- 11/74: gnu: r-vgam: Update to 1.1-1., guix-commits, 2019/03/07
- 05/74: gnu: r-future-apply: Update to 1.2.0., guix-commits, 2019/03/07
- 09/74: gnu: r-shiny: Update to 1.2.0., guix-commits, 2019/03/07
- 10/74: gnu: r-ggthemes: Update to 4.1.0., guix-commits, 2019/03/07
- 16/74: gnu: r-r-rsp: Update to 0.43.1., guix-commits, 2019/03/07
- 08/74: gnu: r-epi: Update to 2.35., guix-commits, 2019/03/07
- 12/74: gnu: r-pbapply: Update to 1.4-0., guix-commits, 2019/03/07
- 19/74: gnu: r-irlba: Update to 2.3.3., guix-commits, 2019/03/07
- 20/74: gnu: r-flexmix: Update to 2.3-15., guix-commits, 2019/03/07
- 13/74: gnu: r-purrr: Update to 0.3.1., guix-commits, 2019/03/07