Fit linear and transformed models from your dataset. See r, R², p-values, and charts instantly. Download results, validate inputs, and learn each step clearly.
| # | x | y |
|---|
Correlation measures the strength and direction of association between variables. Pearson targets linear patterns, while Spearman targets monotonic patterns using ranked data.
No. Correlation and good fit can occur due to confounders, coincidence, or selection effects. Use domain knowledge, experimental design, and diagnostics before claiming causality.
Start with linear. If growth is multiplicative, try exponential. If proportional scaling fits, try power. If change slows with larger x, try logarithmic. Compare residuals and R².
Log and power models need positive x values. Exponential and power models need positive y values. These constraints come from using logarithms in the model transformation.
R² is the fraction of variance in y explained by the fitted curve, computed on original y values. Higher values mean a tighter fit, but do not guarantee a correct model.
The slope test uses a Student‑t statistic computed in the model’s transformed regression space. This aligns with least‑squares estimation for the chosen transformation and helps assess trend significance.
Outliers can strongly change Pearson r and least‑squares slopes. Consider plotting residuals, trying Spearman rho, using robust methods, or validating measurements before final conclusions.
Yes. The CSV export includes x, y, fitted ŷ, and residuals for every row. The PDF export includes the summary and the first rows for quick sharing.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.