stats_stats_correlation
Compute Pearson correlation between two variables to quantify linear relationship. Output includes r, r-squared, and interpretation.
Instructions
[stats] Pearson correlation between x and y. Returns r, r_squared, interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |