diff options
author | wen <wen@pkgsrc.org> | 2018-01-22 06:19:48 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-01-22 06:19:48 +0000 |
commit | 5b6e9a86cbfbf70b015516415a945aedccd34bb9 (patch) | |
tree | 64d4cc3b43f96005fee91fd5cd03cfc77c7c28dd /math | |
parent | 7c86a4d3248f5621062067549218c1ab067f09f6 (diff) | |
download | pkgsrc-5b6e9a86cbfbf70b015516415a945aedccd34bb9.tar.gz |
Import pbkrtest-0.4.7 as math/R-pbkrtest.
Test in linear mixed effects models. Attention is on linear mixed
effects models as implemented in the lme4 package. The package
implements a parametric bootstrap test. The package implements a
Kenward-Roger modification of F-tests.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-pbkrtest/DESCR | 4 | ||||
-rw-r--r-- | math/R-pbkrtest/Makefile | 20 | ||||
-rw-r--r-- | math/R-pbkrtest/distinfo | 6 |
3 files changed, 30 insertions, 0 deletions
diff --git a/math/R-pbkrtest/DESCR b/math/R-pbkrtest/DESCR new file mode 100644 index 00000000000..8eb76deff3a --- /dev/null +++ b/math/R-pbkrtest/DESCR @@ -0,0 +1,4 @@ +Test in linear mixed effects models. Attention is on linear mixed +effects models as implemented in the lme4 package. The package +implements a parametric bootstrap test. The package implements a +Kenward-Roger modification of F-tests. diff --git a/math/R-pbkrtest/Makefile b/math/R-pbkrtest/Makefile new file mode 100644 index 00000000000..3c56b02aa5b --- /dev/null +++ b/math/R-pbkrtest/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2018/01/22 06:19:48 wen Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/pbkrtest/ +COMMENT= Parametric bootstrap and Kenward-Roger-based methods +LICENSE= gnu-gpl-v2 + +R_PKGNAME= pbkrtest +R_PKGVER= 0.4-7 + +USE_LANGUAGES= # none + +DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-pbkrtest/distinfo b/math/R-pbkrtest/distinfo new file mode 100644 index 00000000000..e7707b2c608 --- /dev/null +++ b/math/R-pbkrtest/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/01/22 06:19:48 wen Exp $ + +SHA1 (R/pbkrtest_0.4-7.tar.gz) = dbea531fdd5d6392bd451c3332a716c02457c506 +RMD160 (R/pbkrtest_0.4-7.tar.gz) = 7ce7d750b1032227bfaf4b158a17d8b4b857233f +SHA512 (R/pbkrtest_0.4-7.tar.gz) = f99edfdfa21fcbedbac8acc6a449b8fd701438b1258e2e047a2d44f5350d2bdabb679d732140a18c9a900a4c4f453ad7e4775e8adae4375a57b8b9ae358d111d +Size (R/pbkrtest_0.4-7.tar.gz) = 156406 bytes |