forked from JenniNiku/gllvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.38 KB
/
DESCRIPTION
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
27
28
29
30
31
Package: gllvm
Type: Package
Title: Generalized Linear Latent Variable Models
Version: 1.3.0
Date: 2021-4-26
Authors@R: c(person("Jenni", "Niku", role = c("aut", "cre"), email = "[email protected]"),
person("Wesley", "Brooks", role = "aut"),
person("Riki", "Herliansyah", role = "aut"),
person("Francis K.C.", "Hui", role = "aut"),
person("Sara", "Taskinen", role = "aut"),
person("David I.", "Warton", role = "aut"),
person("Bert", "van der Veen", role = "aut"))
Maintainer: Jenni Niku <[email protected]>
Description: Analysis of multivariate data using generalized linear latent variable models (gllvm).
Estimation is performed using either Laplace approximation method or variational approximation method implemented via TMB (Kristensen et al., (2016), <doi:10.18637/jss.v070.i05>).
For details see Niku et al. (2019a) <doi:10.1371/journal.pone.0216129> and Niku et al. (2019b) <doi:10.1111/2041-210X.13303>.
License: GPL-2
Imports: MASS, Matrix, mvtnorm, statmod, fishMod, mgcv
Depends: R (>= 3.5.0), TMB, mvabund
Encoding: UTF-8
LazyData: true
LinkingTo: TMB, RcppEigen
RoxygenNote: 7.1.1
NeedsCompilation: yes
URL: https://github.com/JenniNiku/gllvm
BugReports: https://github.com/JenniNiku/gllvm/issues
Suggests:
knitr,
rmarkdown,
testthat, gclus, corrplot, lattice
VignetteBuilder: knitr