Package: mlstats Title: Multilevel Descriptive Statistics and Data Preparation Version: 0.1.0.9000 Authors@R: person("Felix", "Dietrich", , "mail@felix-dietrich.de", role = c("aut", "cre", "cph")) Description: Provides tools for multilevel descriptive statistics and data preparation. Computes within-group and between-group correlations (via variance decomposition or two-level structural equation modeling), intraclass correlation coefficients (ICCs), and descriptive statistics for nested data (e.g., repeated measurements per person), supporting both frequentist (via 'lme4' or 'lavaan') and Bayesian (via 'brms') estimation. Results are formatted according to APA standards and can be exported as tables using 'gt' or 'tinytable'. Also includes functions for decomposing variables into within-group and between-group components for use in Random Effects Within-Between (REWB) models. License: MIT + file LICENSE URL: https://felixdidi.github.io/mlstats/, https://github.com/felixdidi/mlstats BugReports: https://github.com/felixdidi/mlstats/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Suggests: brms, gt, knitr, lavaan, lmerTest, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Imports: cli, dplyr, lme4, pillar, rlang, scales, stringr, tibble, tinytable, vctrs Config/pak/sysreqs: cmake make libicu-dev Repository: https://felixdidi.r-universe.dev Date/Publication: 2026-07-11 10:58:13 UTC RemoteUrl: https://github.com/felixdidi/mlstats RemoteRef: HEAD RemoteSha: f25d3806d1e1be6bce87c89f26752e15944bb1bb NeedsCompilation: no Packaged: 2026-07-12 08:06:17 UTC; root Author: Felix Dietrich [aut, cre, cph] Maintainer: Felix Dietrich