Syntax
| Parameter | Description |
|---|---|
| known_y | Parameter of the RSQ function. |
| known_x | Parameter of the RSQ function. |
Examples
Model fit quality
=RSQ(B2:B50, C2:C50)
Advertising effectiveness
=RSQ(D2:D13, E2:E13)
Weak relationship
=RSQ(A2:A100, B2:B100)
Common Errors
The arrays have different lengths.
Zero variance in one or both arrays (all values identical).
Tips
RSQ is simply the square of the Pearson correlation coefficient. CORREL of 0.9 gives RSQ of 0.81.
RSQ > 0.7 is generally considered a good fit, 0.4-0.7 moderate, below 0.4 weak. But thresholds vary by field — social sciences accept lower values than engineering.
RSQ measures linear fit. A perfect quadratic relationship (y = x^2) may show low RSQ because it is not a straight line. Always visualize with a scatter plot.
Try RSQ in Viztab
Import your data and use RSQ with 370+ other formulas. No signup required.
Open Viztab