Package: statAPA
Type: Package
Title: APA 7th Edition Statistical Tables, Plots, and Multilevel Model
        Reports
Version: 0.1.0
Authors@R: person("Subir", "Hait", email = "haitsubi@msu.edu",
    role = c("aut", "cre"), comment = c(ORCID = "0009-0004-9871-9677"))
Description: Produces publication-ready statistical tables and figures
    formatted according to the 7th edition of the American Psychological
    Association (APA) style guidelines. Supports descriptive statistics,
    t-tests, z-tests, chi-square tests, Analysis of Variance (ANOVA),
    Analysis of Covariance (ANCOVA), two-way ANOVA with simple effects,
    Multivariate Analysis of Variance (MANOVA), robust and cluster-robust
    regression using Heteroscedasticity-Consistent (HC) standard errors,
    post-hoc pairwise comparisons, homoskedasticity and heteroscedasticity
    diagnostics including the Non-Constant Variance (NCV) test, proportion
    tests, and multilevel mixed-effects models with intraclass correlation
    coefficients (ICC) and model-comparison tables. Output can be directed
    to the console, Microsoft Word (via 'officer' and 'flextable'), or
    LaTeX. For APA style guidelines see American Psychological Association
    (2020, ISBN:978-1-4338-3216-1).
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: stats, utils, ggplot2 (>= 3.4.0), rlang, emmeans (>= 1.8.0),
        lme4 (>= 1.1-30), lmtest (>= 0.9-40), sandwich (>= 3.0-0), car
        (>= 3.1-0), officer (>= 0.6.0), flextable (>= 0.9.0)
Suggests: lmerTest (>= 3.1-3), MuMIn (>= 1.47.0), ggeffects (>= 1.3.0),
        knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/causalfragility-lab/statAPA
BugReports: https://github.com/causalfragility-lab/statAPA/issues
NeedsCompilation: no
Packaged: 2026-04-11 19:19:11 UTC; Subir
Author: Subir Hait [aut, cre] (ORCID: <https://orcid.org/0009-0004-9871-9677>)
Maintainer: Subir Hait <haitsubi@msu.edu>
Repository: CRAN
Date/Publication: 2026-04-16 18:30:02 UTC
