Package: blavaan
Title: Bayesian Latent Variable Analysis
Version: 0.4-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")),
             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")),
             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")
            )
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)
ByteCompile: true
Depends: R(>= 3.5.0), methods, lavaan(>= 0.6-10), Rcpp(>= 0.12.15)
Imports: stats, utils, graphics, MCMCpack, coda, mnormt, nonnest2(>=
        0.5-5), loo(>= 2.0), rstan(>= 2.21.2), rstantools(>= 1.5.0),
        RcppParallel (>= 5.0.1), bayesplot, Matrix, future.apply,
        tmvnsim
LinkingTo: StanHeaders (>= 2.18.1), rstan (>= 2.21.2), BH (>= 1.69.0),
        Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>=
        5.0.1)
Suggests: runjags(>= 2.0.4-2), modeest(>= 2.3.3), rjags, semTools,
        tinytest
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2022-01-27 19:09:57 UTC; merkle
Author: Edgar Merkle [aut, cre] (<https://orcid.org/0000-0001-7158-0653>),
  Yves Rosseel [aut],
  Ben Goodrich [aut],
  Mauricio Garnier-Villarreal [ctb]
    (<https://orcid.org/0000-0002-2951-6647>, R/blav_compare.R,
    R/ctr_bayes_fit.R),
  Terrence D. Jorgensen [ctb] (<https://orcid.org/0000-0001-5111-6773>,
    R/ctr_bayes_fit.R, R/ctr_ppmc.R),
  Huub Hoofs [ctb] (R/ctr_bayes_fit.R),
  Rens van de Schoot [ctb] (R/ctr_bayes_fit.R)
Maintainer: Edgar Merkle <merklee@missouri.edu>
Repository: CRAN
Date/Publication: 2022-01-27 21:40:02 UTC
