Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.33 KB

File metadata and controls

31 lines (23 loc) · 1.33 KB

Statistics Apps

Statistics Apps start from explicit observations selected or entered by the user. They keep data preparation, hypothesis testing, completed results, and figure design as separate steps so a visual change cannot silently alter a test.

Choose An App

What you want to do App Main result
Select two or more groups, compare each later group with the first, and draw a mean/SD plot T-Test Wizard ordered t-test family, group CSV, result CSV, and plot

Table And CSV Boundary

An input file does not need a LabKit schema. T-Test Wizard first shows CSV, TSV, XLSX, and XLS sources as spreadsheet cells, then lets the user choose the numeric ranges that have scientific meaning. The first captured group is the reference and every later group is tested against it.

For exchange between Apps and scripts, prefer the Simple Scientific CSV Exchange: one header row, one rectangular table, readable labels, and blank cells for missing values. This is a lowest-layer table contract, not a universal experiment schema.

Related Documentation