-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 2.92 KB
/
Copy pathDESCRIPTION
File metadata and controls
49 lines (49 loc) · 2.92 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: blavaan
Title: Bayesian Latent Variable Analysis
Version: 0.6-1
Authors@R: c(person(given = "Edgar", family = "Merkle",
role = c("aut", "cre"),
email = "merklee@missouri.edu",
comment = c(ORCID = "0000-0001-7158-0653")),
person(given = "Yves", family = "Rosseel",
role = "aut",
email = "Yves.Rosseel@UGent.be"),
person(given = "Ben", family = "Goodrich", role = "aut",
email = "benjamin.goodrich@columbia.edu"),
person(given = "Mauricio",
family = "Garnier-Villarreal",
role = "ctb",
email = "mgv@pm.me",
comment = c(ORCID = "0000-0002-2951-6647",
"R/blav_compare.R", "R/ctr_bayes_fit.R", "vignettes")),
person(given = c("Terrence", "D."), family = "Jorgensen",
role = "ctb",
email = "TJorgensen314@gmail.com",
comment = c(ORCID = "0000-0001-5111-6773",
"R/ctr_bayes_fit.R", "R/ctr_ppmc.R", "R/blav_predict.R")),
person(given = "Huub", family="Hoofs", role = "ctb",
comment = "R/ctr_bayes_fit.R"),
person(given = "Rens", family="van de Schoot",
role = "ctb", comment = "R/ctr_bayes_fit.R"),
person(given = "Andrew", family="Johnson", role="ctb",
comment = "Makevars"),
person(given = "Matthew", family="Emery", role="ctb",
comment = "loo moment_match"),
person(given = c("Michael", "S."), family = "Truong",
role = "ctb", comment = "R/blav_tidiers.R, options(blavaan.target)")
)
Description: Fit a variety of Bayesian latent variable models, including confirmatory
factor analysis, structural equation models, and latent growth curve models. References: Merkle & Rosseel (2018) <doi:10.18637/jss.v085.i04>; Merkle et al. (2021) <doi:10.18637/jss.v100.i06>.
License: GPL (>= 3)
Encoding: UTF-8
ByteCompile: true
Depends: R(>= 4.1.0), methods, Rcpp(>= 0.12.15)
Imports: stats, utils, graphics, lavaan(>= 0.7-1), coda, mnormt, nonnest2(>= 0.5-7), loo(>= 2.0), rstan(>= 2.26.0), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1), bayesplot, Matrix, future, future.apply, tmvnsim, igraph, generics
LinkingTo: StanHeaders (>= 2.26.0), rstan (>= 2.26.0), BH (>= 1.69.0), Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>= 5.0.1)
Suggests: runjags(>= 2.0.4-3), modeest(>= 2.3.3), rjags, cmdstanr, posterior, semTools, blavsam, tinytest
SystemRequirements: GNU make
URL: https://blavaan.org, https://github.com/ecmerkle/blavaan
BugReports: https://github.com/ecmerkle/blavaan/issues
Additional_repositories: https://stan-dev.r-universe.dev/, https://ecmerkle.github.io/drat
Config/Needs/website: brms
RoxygenNote: 7.3.3