Package: flps Type: Package Title: Fully-Latent Principal Stratification Version: 1.1.0 Date: 2024-03-27 Authors@R: c(person(given = "Sooyong", family = "Lee", role = c("aut", "cre"), email = "sooyongl09@gmail.com"), person(given = "Adam", family = "Sales", role = "aut"), person(given = "Hyeon-Ah", family = "Kang", role = "aut"), person(given = "Tiffany", family = "Whittaker", role = "aut") ) Description: Simulation and analysis of Fully-Latent Principal Stratification (FLPS) with measurement models. Lee, Adam, Kang, & Whittaker (2023). . This package is supported by the Institute of Education Sciences, U.S. Department of Education, through Grant R305D210036. License: GPL-3 Depends: R (>= 3.5.0) Imports: rstan, Rcpp (>= 1.0.8.3), methods, mirt, MASS, utils, stats, mvtnorm, ggplot2, glue Suggests: testthat (>= 3.0.0), knitr, rmarkdown, lavaan, data.table Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 VignetteBuilder: knitr Collate: 'flps-package.r' 'load_rstan.r' 'make_FLPSdata.r' 'run_FLPS.r' 'priors.r' 'sim_gen_measurement.r' 'sim_gen_structure.r' 'sim_gen_standata.r' 'sim_make_data.r' 'sim_utils.r' 'z_utils.r' 'z_validate.r' 'plot_function.r' 'summary_function.r' 'data_desc.r' 'zzz.r' URL: https://sooyongl.github.io/flps/ Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://sooyongl.r-universe.dev Date/Publication: 2024-04-21 19:58:44 UTC RemoteUrl: https://github.com/sooyongl/flps RemoteRef: HEAD RemoteSha: a7f9e95e7145532b883227f65f7d6705daca767e NeedsCompilation: no Packaged: 2026-06-19 08:55:42 UTC; root Author: Sooyong Lee [aut, cre], Adam Sales [aut], Hyeon-Ah Kang [aut], Tiffany Whittaker [aut] Maintainer: Sooyong Lee