|
First, you arrange your data in columns - Like This:
- You pick one column for X (for the X axis).
X is usually the score used to predict SAT.
- You pick one column for Y.
Y is usually the score you want to predict GPA.
- Draw a graph (really - we use computers now!).
Draw an X and Y set of axes.
- Plot the points.
Each SAT and GPA pair makes an (X/Y) pair
|
|