How to Calculate Point Biserial Correlation by Hand
Point biserial correlation is a statistical measure that assesses the strength and direction of the relationship between a continuous variable and a dichotomous variable. Calculating it by hand is crucial for understanding the underlying data and making informed decisions.
- Enter the required values in the input fields.
- Click the “Calculate” button.
- View the results and chart below.
The formula for point biserial correlation is:
rpb = (n * (XY – X * Y)) / sqrt(((n * X^2) – X^2) * ((n * Y^2) – Y^2))
| Correlation Coefficient | Pearson’s r | Point Biserial rpb |
|---|---|---|
| Strength of relationship | Strong | Moderate |
| Range | -1 to 1 | -1 to 1 |
- Always ensure your data is clean and free of errors.
- Consider the context and nature of your data when interpreting results.
- Use this tool to gain insights, but always validate findings with further analysis.
What is the difference between Pearson’s r and point biserial rpb?
Pearson’s r is used for continuous variables, while point biserial rpb is used when one variable is dichotomous.