Learn the foundations of biostatistics, upload your dataset, and perform automated hypothesis tests.
Assume nothing interesting is happening.
If the Baseline Assumption is true, how likely was this data to occur by chance only?
Imagine a patient arriving at the emergency room with severe abdominal pain. The
doctor
suspects appendicitis and orders a CT scan or ultrasound to look for evidence of
inflammation.
Now, if the scan clearly shows an inflamed appendix, the diagnosis is confirmed. But
if
the scan does not show convincing signs of appendicitis, it does not prove that the
patient is perfectly healthy; it simply means that,
based on the current evidence,
there
is not enough proof to confirm the disease.
This is exactly how a p-value works in hypothesis testing. The baseline assumption
(null
hypothesis) assumes "no disease" or "no effect." A small p-value suggests that the
observed findings would be very unlikely if there were truly no disease, so we
reject
the null hypothesis. A large p-value, however, does not prove that there is no
disease
or no effect; it only indicates that the evidence we observed is not
strong enough
to
confidently rule out chance.
In essence, a p-value measures the strength of
evidence against the null
hypothesisโit
does not prove that the null hypothesis is true.
Imagine you are conducting a clinical trial on a new antihypertensive drug. The standard drug lowers systolic blood pressure by 10 mmHg on average.
*One-tailed tests should only be chosen when there is strong theoretical or clinical justification before data analysis.
The Core Concept:
Degree of freedom represents the number of independent pieces of information available to
estimate variability in a study.
Your CSV must have headers in the first row. Each column represents one variable,
and each row represents one patient.
Example format:
Group, Age, BloodPressure, Outcome
Treatment, 45, 120.5, Recovered
Control, 52, 135.2, Not Recovered
Treatment, 38, 118.0, Recovered
Control, 61, 142.8, Not Recovered
Treatment, 41, 122.1, Not Recovered
Control, 55, 138.5, Recovered
Treatment, 33, 115.4, Recovered
Control, 48, 129.0, Recovered
Bypass raw data uploads. If you already have the summary statistics (Means, Standard Deviations, Sample Sizes, or Contingency Tables) from a paper or previous analysis, select the test below to calculate the P-Value instantly.