-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 752 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: spifa
Type: Package
Title: Spatial Item Factor Analysis
Version: 1.0
Date: 2017-11-30
Encoding: UTF-8
Authors@R: person("Erick A.", "Chacon-Montalvan", email = "eral.th07@gmail.com",
role = c("aut", "cre"))
Maintainer: Erick A. Chacon-Montalvan <eral.th07@gmail.com>
Description: Fits spatial item factor analysis using Bayesian
inference with conjugates priors and using auxiliary variables with probit
link function.
License: GPL (>= 2) | file LICENSE
Imports: Rcpp (>= 0.12.13),
RcppArmadillo,
RcppTN,
magrittr,
tibble
LinkingTo: Rcpp,
RcppArmadillo,
RcppTN
RoxygenNote: 7.3.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
SystemRequirements: C++11