mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Generalized estimating equations solver for parameters in
mean, scale, and correlation structures, through mean link, scale link, and correlation link. Can also handle clustered categorical responses. WWW: https://cran.r-project.org/web/packages/geepack/
This commit is contained in:
parent
a4adad28a3
commit
1b2f3f594a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403949
@ -32,6 +32,7 @@
|
||||
SUBDIR += R-cran-dplyr
|
||||
SUBDIR += R-cran-forecast
|
||||
SUBDIR += R-cran-fracdiff
|
||||
SUBDIR += R-cran-geepack
|
||||
SUBDIR += R-cran-gpclib
|
||||
SUBDIR += R-cran-gss
|
||||
SUBDIR += R-cran-gtable
|
||||
|
16
math/R-cran-geepack/Makefile
Normal file
16
math/R-cran-geepack/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= geepack
|
||||
DISTVERSION= 1.2-0
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Generalized Estimating Equation Package
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/R-cran-geepack/distinfo
Normal file
2
math/R-cran-geepack/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (geepack_1.2-0.tar.gz) = e4d420e8906eef98ee20f1aba14d5a70b6119725ea7f52ed074425e9b54db0df
|
||||
SIZE (geepack_1.2-0.tar.gz) = 213737
|
6
math/R-cran-geepack/pkg-descr
Normal file
6
math/R-cran-geepack/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Generalized estimating equations solver for parameters in
|
||||
mean, scale, and correlation structures, through mean link,
|
||||
scale link, and correlation link. Can also handle clustered
|
||||
categorical responses.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/geepack/
|
Loading…
Reference in New Issue
Block a user