RDML-TestStat

Calculate basic statistics on groups.

Get help · RDML-Tools · Citation · Source

Select column separator for import



Application Description

RDML-TestStat calculates basic statistics on groups. It is just a simple wraper for the functions of the SciPy library running on the server. For the parametric tests of two groups, the t-test is used (stats.ttest_ind()). For more than two groups, the One-way ANOVA is used (stats.f_oneway()). For non-parametric tests of two groups, the Mann-Whitney test is used (stats.mannwhitneyu(alternative='two-sided', use_continuity=False, method='asymptotic')). For more than two groups, the Kruskal-Wallis test is used (stats.kruskal()).

Accepted Input

Copy a table with a group identifyer in the first column and the values in the following columns. The values of one group can be provided in seperate rows.

Sample Data

The "Show Example" button loads an example input.

More Help

A general help file is available as RDML-Tools Help.