mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
math/R-cran-ltm: adding a library for Latent Trait Models under IRT
This commit is contained in:
parent
f35eca94f5
commit
3695c3c335
@ -81,6 +81,7 @@
|
||||
SUBDIR += R-cran-linprog
|
||||
SUBDIR += R-cran-lme4
|
||||
SUBDIR += R-cran-lpSolve
|
||||
SUBDIR += R-cran-ltm
|
||||
SUBDIR += R-cran-magic
|
||||
SUBDIR += R-cran-maps
|
||||
SUBDIR += R-cran-matrixStats
|
||||
|
18
math/R-cran-ltm/Makefile
Normal file
18
math/R-cran-ltm/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
|
||||
PORTNAME= ltm
|
||||
DISTVERSION= 1.2-0
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Latent Trait Models under IRT
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-msm>0:devel/R-cran-msm \
|
||||
R-cran-polycor>0:math/R-cran-polycor
|
||||
|
||||
USES= cran
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-ltm/distinfo
Normal file
3
math/R-cran-ltm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1651522913
|
||||
SHA256 (ltm_1.2-0.tar.gz) = e12aea694b5a5663de0b4e12596454117261dd9d72ca95758d747c20cd5c0f6e
|
||||
SIZE (ltm_1.2-0.tar.gz) = 287001
|
7
math/R-cran-ltm/pkg-descr
Normal file
7
math/R-cran-ltm/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Analysis of multivariate dichotomous and polytomous data using latent trait
|
||||
models under the Item Response Theory approach. It includes the Rasch, the
|
||||
Two-Parameter Logistic, the Birnbaum's Three-Parameter, the Graded Response,
|
||||
and the Generalized Partial Credit Models.
|
||||
|
||||
WWW: https://cran.r-project.org/package=ltm
|
||||
WWW: https://github.com/drizopoulos/ltm
|
30
math/R-cran-ltm/pkg-plist
Normal file
30
math/R-cran-ltm/pkg-plist
Normal file
@ -0,0 +1,30 @@
|
||||
%%R_MOD_DIR%%/CITATION
|
||||
%%R_MOD_DIR%%/DESCRIPTION
|
||||
%%R_MOD_DIR%%/INDEX
|
||||
%%R_MOD_DIR%%/Meta/Rd.rds
|
||||
%%R_MOD_DIR%%/Meta/data.rds
|
||||
%%R_MOD_DIR%%/Meta/demo.rds
|
||||
%%R_MOD_DIR%%/Meta/features.rds
|
||||
%%R_MOD_DIR%%/Meta/hsearch.rds
|
||||
%%R_MOD_DIR%%/Meta/links.rds
|
||||
%%R_MOD_DIR%%/Meta/nsInfo.rds
|
||||
%%R_MOD_DIR%%/Meta/package.rds
|
||||
%%R_MOD_DIR%%/NAMESPACE
|
||||
%%R_MOD_DIR%%/NEWS
|
||||
%%R_MOD_DIR%%/R/ltm
|
||||
%%R_MOD_DIR%%/R/ltm.rdb
|
||||
%%R_MOD_DIR%%/R/ltm.rdx
|
||||
%%R_MOD_DIR%%/R/sysdata.rdb
|
||||
%%R_MOD_DIR%%/R/sysdata.rdx
|
||||
%%R_MOD_DIR%%/data/Rdata.rdb
|
||||
%%R_MOD_DIR%%/data/Rdata.rds
|
||||
%%R_MOD_DIR%%/data/Rdata.rdx
|
||||
%%R_MOD_DIR%%/demo/ltm.R
|
||||
%%R_MOD_DIR%%/demo/rasch.R
|
||||
%%R_MOD_DIR%%/help/AnIndex
|
||||
%%R_MOD_DIR%%/help/aliases.rds
|
||||
%%R_MOD_DIR%%/help/ltm.rdb
|
||||
%%R_MOD_DIR%%/help/ltm.rdx
|
||||
%%R_MOD_DIR%%/help/paths.rds
|
||||
%%R_MOD_DIR%%/html/00Index.html
|
||||
%%R_MOD_DIR%%/html/R.css
|
Loading…
Reference in New Issue
Block a user