2018-10-08 04:52:23 +08:00
|
|
|
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
|
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-08-01 04:50:19 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-08-01 04:50:19 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
2017-01-08 08:28:52 +08:00
|
|
|
class RSurvey(RPackage):
|
2016-08-01 04:50:19 +08:00
|
|
|
"""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, factor analysis."""
|
|
|
|
|
|
|
|
homepage = "http://r-survey.r-forge.r-project.org/survey/"
|
|
|
|
url = "https://cran.r-project.org/src/contrib/survey_3.30-3.tar.gz"
|
2017-11-06 05:42:24 +08:00
|
|
|
list_url = "https://cran.r-project.org/src/contrib/Archive/survey"
|
2016-08-01 04:50:19 +08:00
|
|
|
|
|
|
|
version('3.30-3', 'c70cdae9cb43d35abddd11173d64cad0')
|