Package: jstats Title: Simplified Statistical Analysis Tools for Social Science Version: 0.9.96 Authors@R: person("Jeff", "Ackerman", , "SurveyCentre@griffith.edu.au", role = c("aut", "cre")) Description: Provides simplified tools for common statistical analyses used in social science research and teaching, with output formatted in the style of SPSS and Stata. Analysis functions include descriptive statistics, frequency tables, t-tests, ANOVA, correlations, chi-square tests, cross-tabulations, linear regression, logistic regression, and Cronbach's alpha, with built-in model diagnostics and publication-oriented plotting. Supporting tools handle data management (recoding, labelling, filtering, dummy coding, scale construction), automatic detection and handling of coded missing values, and unified data import and export for SPSS, Stata, SAS, Excel, CSV, and R formats. Functions accept unquoted variable names and formula syntax for ease of use, handle haven-labelled variables automatically, and return results invisibly while printing user-friendly tables. The package stays close enough to base R conventions that users learn transferable skills rather than a private dialect, supporting a smooth transition from SPSS, Stata, or SAS into the broader R ecosystem. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.2.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: ggplot2, haven (>= 2.3.0), labelled, rlang, readxl, writexl, callr Suggests: generics LazyData: true URL: https://jma61.github.io/jstats/ Config/pak/sysreqs: make libicu-dev libx11-dev zlib1g-dev Repository: https://jma61.r-universe.dev Date/Publication: 2026-07-01 08:52:43 UTC RemoteUrl: https://github.com/JMA61/jstats RemoteRef: HEAD RemoteSha: 108257e7ffb54795bbe47c92ee7968e15ca4a1d4 NeedsCompilation: no Packaged: 2026-07-01 09:39:51 UTC; root Author: Jeff Ackerman [aut, cre] Maintainer: Jeff Ackerman