AI Agent Hub
Back to skills
Statistical Data Report Generator icon

Statistical Data Report Generator

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_2c769e18/data-statistical-tool according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When engineers have Excel or CSV data but need to decide between descriptive statistics, group comparisons, regression analysis, or composite evaluation, the workflow can become fragmented. data-statistical-tool covers the full path from data inspection to statistical execution and Word report delivery.

How It Works

  • Data profiling: Reads .xlsx, .xls, and .csv files, then reports sample size, variable names, data types, missing values, and nominal versus quantitative variables.
  • Method selection: Matches variables and research questions to methods such as independent t tests, one-way ANOVA, chi-square tests, Pearson correlation, linear regression, and Logit regression.
  • Precondition checks: Runs normality, homogeneity of variance, and multicollinearity checks where required, then chooses parametric or nonparametric tests accordingly.
  • Statistical execution: Uses pandas, scipy.stats, statsmodels, pingouin, and other Python libraries to compute results, with matplotlib charts embedded into the Word report.
  • Interpretable output: Presents p values alongside effect-level interpretation, reliability coefficients, regression diagnostics, and report-ready conclusions.

Boundaries

  • Best for structured analysis on tabular data, including surveys, descriptive statistics, group differences, correlation/regression, composite evaluation, and clustering.
  • Missing values and outliers are reported, but removal should be confirmed by the user rather than assumed.
  • Complex custom pipelines, unstructured text analytics, or production data platforms are outside the intended scope.

Use Cases

  • Researchers receive a survey Excel file and need reliability, validity, descriptive statistics, and regression sections compiled into a Word report.
  • Analysts evaluate city economic data and need entropy weighting, TOPSIS scoring, ranking, and charts embedded in a Word report for stakeholders.
  • Data analysts compare gender and education effects on an outcome, requiring normality, variance checks, and t-test or ANOVA selection before reporting.
  • Product teams clean user feedback CSV files and need missing-value handling, dummy coding, correlation analysis, and regression conclusions for the report.

Best For

  • Graduate students conducting survey research who need reliability, validity, descriptive statistics, and regression results formatted as a Word report for thesis chapters.
  • Business analysts comparing cities or industries who need entropy weighting, TOPSIS scoring, rankings, and a summary table for executive review.
  • Data analysts processing user feedback or sales records who need missing-value handling, coding, and correlation or regression analysis before writing results.
  • Consultants preparing client deliverables who need assumption checks, charts, and interpreted statistical conclusions in a formal Word document for review.