Skip to main content

AI, Automation, Graphics & Reporting

AI-powered statistical guidance, automated analysis pipelines, publication-quality graphics and report generation, plus a visual rule-based workflow recommender (Guided Path) and a node-based pipeline editor (RLab).

19 procedures. Every result is computed by the open Python engine and is exportable to APA tables and reports.

ProcedureWhat it doesStatusKey reference
Statios AI assistantAsk the built-in assistant in plain language; it chooses an analysis, runs it on the local engine, and interprets the result. Routed through the Statios relay — your raw data rows never leave your device.✅ Full
Summarize iterationSummarizes executed analyses into key findings as structured JSON (used by the Research Path); routed through the Statios relay.✅ Full
Auto data quality checkSingle-call data quality report: missing patterns, duplicates, type consistency, cardinality anomalies.✅ FullVirtanen et al. (2020)
Auto assumption validationDetect violations of key statistical assumptions (normality, homogeneity, linearity, etc.) for a given test type.✅ FullVirtanen et al. (2020)
Auto exploratory data analysisOne-command EDA: univariate summaries, correlation matrix, key visualizations, and insight extraction.✅ FullVirtanen et al. (2020)
Compare candidate modelsFit multiple regression models (OLS, ridge, lasso, elastic net, robust) on same outcome; rank by IC/CV.✅ FullVirtanen et al. (2020)
HistogramDistribution visualization for a numeric variable with Sturges' bin count and descriptive stats.✅ Full
Scatter plotBivariate X–Y plot with optional grouping and Pearson correlation in response.✅ Full
Box plotMedian, quartiles, and outliers per group (or ungrouped); includes min/max and sample size.✅ Full
Bar chartCategorical value counts or aggregated numeric summaries, with optional value labels.✅ Full
Export statistical tableWrite a result table to DOCX (APA style), LaTeX, HTML, Markdown, or CSV.✅ Full
Generate full reportBuild a report document from analysis sections with optional citations; export as Markdown, HTML, or LaTeX.✅ Full
Build report documentAssemble a deterministic report model from journal entries, dataset metadata, and optional guided plan; handles APA 7 formatting and citation aggregation.✅ Full
Export report to fileRender and write a report model as HTML, Markdown, or BibTeX; optionally saves .bib sidecar.✅ Full
Recommend analysis pathProfile-based deterministic method selector: returns step plan with matched rule, alternatives, and aggregated bibliography.✅ Full
Generate executable plan DAGConvert study profile + matched rule into a directed graph with nodes (analyses), edges (unconditional backbone + conditional branches), and bound parameters.✅ Full
Profile datasetIntrospect active dataset and return partial StudyProfile (data-determined fields only); leaves interview unknowns and variable candidates for UI.✅ Full
AI-guided interview turnConstrained AI conversation that fills StudyProfile fields only via strict-JSON validation; forbids methodological advice.✅ Full
Generate methods sectionRender a plan DAG as AI-authored academic methods prose (intro, phase paragraphs with inline APA 7 citations, alphabetical reference list, BibTeX export); each paragraph is citation-validated against the MKB registry with a template-based fallback. Replaces the earlier template-only justification.✅ Full