Hyveminds/Products/Quanti
Product 02 · Stable · v2.8

Statistics
with the methods
on the page.

For people who want the answer and the receipts, without leaving the workspace.

Quanti is a statistical analysis environment designed for researchers who write up what they did. Every model output ships with the assumptions, the residuals, and the citation block ready to drop into the methods section, not buried in a separate plot window.

02 · What it is

Numbers and the
argument they make.

Stats software outputs a number and stops. Quanti outputs the number, the model assumptions, the diagnostic plots, and the prose, ready to paste into a methods section. The whole audit trail, on one page.

For analysts

Run the right test.

Pick the question, not the procedure. Quanti looks at your data shape (paired? skewed? heteroscedastic?) and recommends the right test, with the alternatives one click away. Every recommendation cites the rule that surfaced it.

For writers

Methods, not screenshots.

Output is structured. Each result has a publish-ready methods paragraph in APA-7, MLA or AGLC4 style, with figure callouts that auto-update as you edit. Drop it into Word, Pages, Quarto or LaTeX without re-typing.

For supervisors

An audit trail.

Every run is versioned with its inputs, model, seed, and library version. Hand a Quanti project to a co-author or replication reviewer and they reconstruct your result down to the floating-point digit.

03 · A walk through

Three views of one regression.

A multiple regression on the Per Capita longitudinal cost-of-living dataset, seen as a model run, a methods card, and a data inspector.

quanti.app/projects/cost-of-living-2024/regression-housing
Project
cost-of-living-2024.qproj
Variables
housing_share · num
income_log · num
household_size · int
tenure · cat (4)
region · cat (8)
year · int (2019–24)
Models
m1_baseline · OLS
m2_full · OLS
m3_robust · Huber
Data Run Diagnostics Methods History
m2_full ← lm(housing_share ~ income_log + household_size + tenure + region, data = cost)
Coefficients · m2_full
                     Estimate  Std.Err   t      Pr(>|t|)
(Intercept)            0.5142   0.0218    23.6   < .001 ***
income_log            -0.0867   0.0044   -19.7   < .001 ***
household_size         0.0094   0.0021     4.5   < .001 ***
tenure[mortgage]      -0.0312   0.0061    -5.1   < .001 ***
tenure[private rent]   0.0721   0.0058    12.4   < .001 ***
tenure[social rent]    0.0418   0.0083     5.0   < .001 ***
region[NSW]            0.0186   0.0049     3.8   < .001 ***
region[VIC]            0.0134   0.0051     2.6   * .009
…  (5 more)

R² = 0.412     Adj. R² = 0.408     F(11, 4220) = 268.4   p < .001
RMSE = 0.063   AIC = -11244   BIC = -11168   n = 4,232   ✓ assumptions met
Recommendation

OLS appropriate. linearity ok homoscedastic vif 2.4 income

Residuals vs fitted
Q-Q · normality of residuals
Methods preview

A multiple linear regression… tab over to write.

quanti.app/projects/cost-of-living-2024/regression-housing/methods
Methods · m2_full · APA-7 · auto-generated
Multiple linear regression of housing share on income, household size, tenure and region.

We fitted an ordinary least-squares regression of the share of household expenditure devoted to housing on log-transformed equivalised income, household size, tenure type (owner-outright as reference) and state of residence (ACT as reference) on n = 4,232 households drawn from the Per Capita Cost-of-Living Longitudinal Survey, waves 2019–2024.

housing_share ~ income_log + household_size + tenure + region · OLS

The model explained 41.2% of variance in housing share (R² = .412, adj. R² = .408, F(11, 4220) = 268.4, p < .001, RMSE = 0.063). Income (β = −0.087, p < .001) and private-rental tenure (β = 0.072, p < .001) were the largest predictors. Assumption checks found residuals approximately normal (Shapiro–Wilk W = 0.997), homoscedastic (Breusch–Pagan p = .31) and free of multicollinearity above conventional thresholds (max VIF = 2.4).

, auto-generated by Quanti v2.8 · methods rule set APA-7 · 2026-03-14T11:44+10

Citations · auto-attached
Wickham, H., & Bryan, J. (2023). R for Data Science (2nd ed.). O’Reilly. [lm()]
Per Capita. (2024). Cost-of-Living Longitudinal Survey: Methodology Note. [dataset]
American Psychological Association. (2020). Publication Manual (7th ed.). [reporting]
Run hash · replication
seed: 42
R version: 4.4.1
quanti: 2.8.3
commit: a91f3e2
run: 2026-03-14T11:44
Reproducible with:
quanti replay run a91f3e2
Export
↓ Word (.docx with figures) ↓ LaTeX (\input ready) ↓ Quarto (.qmd) ↓ APA-7 BibTeX
quanti.app/projects/cost-of-living-2024/data/cost.csv
cost.csv
4,232 rows · 11 cols · imported 2026-03-12 · CSV via SPSS bridge
VIEW · ROW 1–12 of 4232
id · int year · int income_log · num housing_share · num household_size · int tenure · cat region · cat employment · cat
00214201910.840.2812owner_outrightNSWretired
00215201911.220.3184mortgageVICft_employed
00216201910.410.4121private_rentNSWpt_employed
00217201910.960.3463mortgageQLDft_employed
0021820199.880.4882social_rentSAunemployed
00219201911.040.3024owner_outrightVICft_employed
00220201910.620.3762private_rentNSWft_employed
002212019NA0.3543mortgageWAft_employed
00222201910.310.4211private_rentNSWstudent
00223201910.940.2885mortgageVICft_employed
00224201911.410.2412owner_outrightQLDretired
00225201910.180.3944private_rentNSWpt_employed
4,232observations
11variables
2.1%missing (MCAR · χ² p=.34)
0duplicate rows
04 · Capabilities

Tests, models, and the methods they ship with.

Forty-two procedures, every one with a methods card, a diagnostic panel, and a citation block. Validated against R’s reference implementation before each release.

01 · Models

OLS, GLM, mixed effects

Linear, logistic, Poisson, ordinal, multinomial, mixed-effects (lme4) and Bayesian (brms) models. One formula bar, the right backend.

02 · Tests

Parametric & non-parametric

t-tests, Mann-Whitney, Wilcoxon, Kruskal-Wallis, χ², Fisher, ANOVA / ANCOVA / MANOVA, repeated-measures, post-hoc with Tukey / Bonferroni / Holm.

03 · Assumptions

Diagnostics, on every run

Q-Q, residuals, Cook’s D, leverage, VIF, Shapiro-Wilk, Breusch-Pagan, Durbin-Watson, surfaced beside the result, not a separate window.

04 · Recommend

Right-test recommender

State the question. Quanti reads your data shape and proposes the test, with cited reasoning, and the alternatives a click away.

05 · Methods

Publish-ready prose

APA-7, MLA, AGLC4, Vancouver. Citations auto-attached; figure callouts auto-numbered. Drop into Word, Pages, Quarto or LaTeX.

06 · Power

A-priori & post-hoc power

G*Power-equivalent calculations: required n, observed power, effect-size confidence intervals. Plotted across a parameter range.

07 · Import

SPSS, Stata, R, CSV

Native readers for .sav, .dta, .rdata, .csv, .xlsx, Parquet, Arrow. Variable labels, value labels and formats round-trip cleanly.

08 · Replicate

Run hashing & replay

Every run is hashed with inputs, seed and library versions. quanti replay run a91f3e2 reconstructs your result exactly.

09 · Open

Open formats throughout

Project files are plain JSON + CSV. No vendor lock-in. Open the project in any text editor; everything important is human-readable.

05 · Workflow

From CSV to methods section.

How a dataset moves from import to a publishable methods paragraph, with the receipts attached.

01 · Import
i

Bring the dataset in.

Drop your .sav, .dta, .csv or Parquet onto the workspace. Variable types and labels are inferred; fix or override in seconds.

02 · Ask
ii

State the question.

“Does income predict housing share once tenure is held constant?” The recommender proposes the test, cites the rule, and offers the alternatives.

03 · Run
iii

Fit the model.

One formula bar. Diagnostics surface beside the result. Assumption violations surface as warnings, with the robust alternative one click away.

04 · Write
iv

Auto-draft the methods.

The methods card produces APA-7, MLA, AGLC4 or Vancouver prose. Citations attach automatically; figure callouts auto-number.

05 · Replicate
v

Hash, archive, hand off.

Every run versioned with seed and library hashes. Hand a Quanti project to a co-author and they reconstruct your result to the digit.