Package: esem
Type: Package
Title: Exploratory Structural Equation Modeling ESEM
Version: 2.0.0
Authors@R: 
    c(person(given = "Maria",
             family = "Prokofieva",
             role = c("aut", "cre"),
             email = "maria.prokofieva@gmail.com",
             comment = c(ORCID = "0000-0003-1974-3827")),
      person(given = "Vasileios",
             family = "Stavropoulos",
             role = "aut"),
      person(given = "Daniel",family = "Zarate",
             role = "aut"))
Description: A collection of functions developed to support the tutorial on using Exploratory Structural Equiation Modeling (ESEM) (Asparouhov & Muthén, 2009) <https://www.statmodel.com/download/EFACFA810.pdf>) with Longitudinal Study of Australian Children (LSAC) dataset (Mohal et al., 2023) <doi:10.26193/QR4L6Q>. 
    The package uses 'tidyverse','psych', 'lavaan','semPlot' and provides additional functions to conduct ESEM. 
    The package provides general functions to complete ESEM, including esem_c(), creation of target matrix (if it is used) make_target(), generation of the Confirmatory Factor Analysis (CFA) model syntax esem_cfa_syntax(). 
    A sample data is provided - the package includes a sample data of the Strengths and Difficulties Questionnaire of the Longitudinal Study of Australian Children (SDQ LSAC) in sdq_lsac().  
    'ESEM' package vignette presents the tutorial demonstrating the use of ESEM on SDQ LSAC data. 
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: lavaan, magrittr, psych, tidyr, dplyr, rlang, tibble, methods,
        utils
RoxygenNote: 7.2.3
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
URL: https://github.com/maria-pro/esem
BugReports: https://github.com/maria-pro/esem/issues
Depends: R (>= 2.10), GPArotation
NeedsCompilation: no
Packaged: 2023-07-03 07:57:51 UTC; e5028514
Author: Maria Prokofieva [aut, cre] (<https://orcid.org/0000-0003-1974-3827>),
  Vasileios Stavropoulos [aut],
  Daniel Zarate [aut]
Maintainer: Maria Prokofieva <maria.prokofieva@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-05 14:03:03 UTC
Built: R 4.2.0; ; 2023-07-06 11:49:29 UTC; unix
