Package: Romeb Type: Package Title: Robust Median-Based Bayesian Growth Curve Modeling Version: 0.1.2 Authors@R: c(person(given = "Dandan", family = "Tang", email = "tangdd20@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0007-3453-9660")), person("Xin", "Tong", role = "aut")) Description: Implements robust median-based Bayesian growth curve models that handle Missing Completely at Random (MCAR), Missing At Random (MAR), and Missing Not At Random (MNAR) missing-data mechanisms, and allow auxiliary variables. Models are fitted via 'rjags' (interface to 'JAGS') and summarized with 'coda'. License: GPL-3 URL: https://github.com/DandanTang0/Romeb BugReports: https://github.com/DandanTang0/Romeb/issues Encoding: UTF-8 Depends: R (>= 4.2) Imports: rjags, coda, stats Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 SystemRequirements: JAGS LazyData: true LazyDataCompression: xz Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: jags Repository: https://dandantang0.r-universe.dev Date/Publication: 2025-12-03 03:28:44 UTC RemoteUrl: https://github.com/dandantang0/romeb RemoteRef: HEAD RemoteSha: 778bc247a7d01f6cd0f1a85eb2f9f1ee36f23fff NeedsCompilation: no Packaged: 2026-07-08 05:15:22 UTC; root Author: Dandan Tang [aut, cre] (ORCID: ), Xin Tong [aut] Maintainer: Dandan Tang