Package: SEMsens
Type: Package
Title: A Tool for Sensitivity Analysis in Structural Equation Modeling
Version: 1.0.1
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). 
    Using ant colony optimization for sensitivity analysis in 
    structural equation modeling. 
    Structural Equation Modeling: A Multidisciplinary Journal. 
    (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 (>= 4.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: rmarkdown, knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-23 17:36:27 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-02-23 23:00:07 UTC
