- Add new port: math/R-cran-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.

  WWW: https://cran.r-project.org/web/packages/pbkrtest/
This commit is contained in:
TAKATSU Tomonari 2015-11-15 15:07:08 +00:00
parent 7e2e8da3dc
commit a1115fe7cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401708
4 changed files with 28 additions and 0 deletions

View File

@ -39,6 +39,7 @@
SUBDIR += R-cran-nloptr
SUBDIR += R-cran-nnls
SUBDIR += R-cran-outliers
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-sandwich

View File

@ -0,0 +1,19 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbkrtest
DISTVERSION= 0.4-2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parametric bootstrap and Kenward-Roger-based methods for mixed model comparison
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-lme4>0:${PORTSDIR}/math/R-cran-lme4
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pbkrtest_0.4-2.tar.gz) = c5abf8dc5e90e3f448213bdbf2815b3906a21f845206ab4d378366a488b8f7fa
SIZE (pbkrtest_0.4-2.tar.gz) = 163079

View File

@ -0,0 +1,6 @@
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.
WWW: https://cran.r-project.org/web/packages/pbkrtest/