-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
32 lines (32 loc) · 1.41 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
32
Package: gllvm
Type: Package
Title: Generalized Linear Latent Variable Models
Version: 2.0
Date: 2024-11-22
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("Pekka", "Korhonen", role = "aut"),
person("Sara", "Taskinen", role = "aut"),
person("Bert", "van der Veen", role = "aut"),
person("David I.", "Warton", role = "aut")
)
Maintainer: Jenni Niku <[email protected]>
Description: Analysis of multivariate data using generalized linear latent variable models (gllvm).
Estimation is performed using either the Laplace method, variational approximations, or extended variational approximations, implemented via TMB (Kristensen et al. (2016), <doi:10.18637/jss.v070.i05>).
License: GPL-2
Imports: MASS, Matrix, statmod, fishMod, mgcv, alabama, nloptr, methods
Depends: R (>= 3.5.0), TMB
Encoding: UTF-8
LazyData: true
LinkingTo: TMB, RcppEigen
RoxygenNote: 7.3.2
NeedsCompilation: yes
URL: https://jenniniku.github.io/gllvm/, https://github.com/JenniNiku/gllvm
BugReports: https://github.com/JenniNiku/gllvm/issues
Suggests:
knitr, rmarkdown, testthat,
gclus, corrplot, lattice,
mvabund, ape, parallel
VignetteBuilder: knitr