corDemo {CarletonStats} | R Documentation |
For a given r
, create a scatterplot of two variables with that
correlation.
corDemo(r = 0)
r |
a number between -1 and 1. Enter any number r, abs(r)> 1 , to exit the interactive session[ |
Demonstrate the concept of correlation by inputting a number between -1 and 1 and seeing a scatter plot of two variables with that correlation. Once you invoke this command, you can continue to enter values for r. Type any number abs(r)> 1 ) to exit.
Laura Chihara
## Not run: corDemo() ## End(Not run)