Package: tseLCA Type: Package Title: Three-Step Estimation for Latent Class Analysis Version: 1.0.0 Authors@R: c( person("Sam", "Lee", email = "samlee@arizona.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0007-2977-6661")), person("Jay", "Goodliffe", email = "goodliffe@byu.edu", role = "ctb") ) Description: Implements 'BCH' (Bolck, Croon & Hagenaars, 2004) and 'ML' (Vermunt, 2010) three-step estimators for latent class analysis ('LCA') with covariates and distal outcomes, following Bakk, Tekle & Vermunt (2013) , Bakk, Oberski & Vermunt (2014) , and Bakk & Kuha (2018) . Built on 'multilevLCA' (Lyrvall et al., 2025) for Step-1 measurement model estimation, this package extends it with support for Gaussian, Poisson, and binomial distal outcome families. Unlike 'poLCA', which relies on one-step estimation and cannot accommodate a measurement model from a different sample, this package uses a stepwise approach to prevent the structural model from influencing latent class formation. Implements correct sandwich variance estimation that propagates measurement uncertainty from the first-step 'LCA' through classification-error correction in the final step (Bakk, Oberski & Vermunt, 2014). Supports polytomous items and missing data in the measurement model with 'FIML'. A data-generating process replicating the Bakk & Kuha (2018) simulation study is included. License: GPL (>= 3) Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: multilevLCA, cli Suggests: poLCA, testthat (>= 3.0.0), parallel, knitr, rmarkdown, spelling Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 URL: https://samleebyu.github.io/tseLCA/, https://github.com/SamLeeBYU/tseLCA BugReports: https://github.com/SamLeeBYU/tseLCA/issues VignetteBuilder: knitr, rmarkdown Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://samleebyu.r-universe.dev Date/Publication: 2026-06-30 03:42:55 UTC RemoteUrl: https://github.com/samleebyu/tselca RemoteRef: HEAD RemoteSha: f73e13200269f523f7096b90d9fd4ee7261bdd78 NeedsCompilation: no Packaged: 2026-07-12 08:07:34 UTC; root Author: Sam Lee [aut, cre, cph] (ORCID: ), Jay Goodliffe [ctb] Maintainer: Sam Lee