Package: SEMsens
Type: Package
Title: A Tool for Sensitivity Analysis in Structural Equation Modeling
Version: 1.0.2
Authors@R: c(
    person("Walter", "Leite", email = "walter.leite@coe.ufl.edu", role = c( "aut", "cre")),
    person("Zuchao", "Shen", role = "aut"),
    person("Gail", "Fish", role = "ctb"),
    person("YongSeok", "Lee", role = "ctb"),
    person("Sanaz", "Nazari", role = "ctb"),
    person("Jia", "Quan", role = "ctb"),
    person("Eric", "Wright", role = "ctb"),
    person("Huibin", "Zhang", role = "ctb")
    )
Description: Perform sensitivity analysis in structural equation modeling using 
    meta-heuristic optimization methods (e.g., ant colony optimization and others). 
    The references for the proposed methods are: 
    (1) Leite, W., & Shen, Z., Marcoulides, K., Fish, C., & Harring, J. (in press). 
    <doi:10.1080/10705511.2021.1881786>
    (2) Harring, J. R., McNeish, D. M., & Hancock, G. R. (2017)
    <doi:10.1080/10705511.2018.1506925>;
    (3) Socha, K., & Dorigo, M. (2008) <doi:10.1016/j.ejor.2006.06.046>.
    We also thank Dr. Krzysztof Socha for sharing his research on ant colony optimization
    algorithm with continuous domains and associated R code,
    which provided the base for the development of this package.
Imports: lavaan, stats
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: rmarkdown, knitr
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-12 18:15:54 UTC; zucha
Author: Walter Leite [aut, cre],
  Zuchao Shen [aut],
  Gail Fish [ctb],
  YongSeok Lee [ctb],
  Sanaz Nazari [ctb],
  Jia Quan [ctb],
  Eric Wright [ctb],
  Huibin Zhang [ctb]
Maintainer: Walter Leite <walter.leite@coe.ufl.edu>
Repository: CRAN
Date/Publication: 2021-10-12 18:50:05 UTC
Built: R 4.0.2; ; 2021-10-13 10:38:40 UTC; unix
