-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 978 Bytes
/
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
Package: INLAvaan
Type: Package
Title: Bayesian Structural Equation Modelling with INLA
Version: 0.1.0.9013
Authors@R:
c(person("Haziq", "Jamil",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3298-1010")))
Description: INLAvaan is an R package that extends `{lavaan}` for Bayesian statistical modeling using Integrated Nested Laplace Approximations (INLA). It offers fast and efficient Bayesian inference for latent variable models, combining lavaan's structural equation modeling framework with the advanced computational speed of INLA.
License: GPL (>= 3)
Additional_repositories: https://inla.r-inla-download.org/R/testing
Encoding: UTF-8
LazyData: true
Imports:
blavaan,
dplyr,
gt,
INLA,
lavaan,
Matrix,
modeest,
tidyr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
methods