diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:30:20 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:30:20 +0000 |
commit | 69d9427bf646b74368bf92ec1914f47308228de1 (patch) | |
tree | b98cef3b2fbeb9693b6e56e4ba8f3c66316fa3b6 /math/Makefile | |
parent | 810dab76cd394fdf6a4e22d06e9574180fc0a400 (diff) | |
download | pkgsrc-69d9427bf646b74368bf92ec1914f47308228de1.tar.gz |
R-survey: initial commit.
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.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 3b971724f26..bb2fe064189 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.422 2019/07/31 13:28:23 brook Exp $ +# $NetBSD: Makefile,v 1.423 2019/07/31 13:30:20 brook Exp $ COMMENT= Mathematics @@ -95,6 +95,7 @@ SUBDIR+= R-spacetime SUBDIR+= R-splancs SUBDIR+= R-stabledist SUBDIR+= R-statmod +SUBDIR+= R-survey SUBDIR+= R-tibble SUBDIR+= R-wle SUBDIR+= R-xtable |