VaryCorrelation {tigerstats} | R Documentation |
Vary Correlation
Description
An app to illustrate the effectiveness of the correlation coefficient as a measure of the strength of a linear relationship.
Usage
VaryCorrelation(n=300)
Arguments
n |
number of randomly generated-points in the scatterplot. |
Value
Graphical output.
Note
Uses manipulate
in R Studio, and mvrnorm
from package MASS
.
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
if(require(manipulate)) VaryCorrelation(n=500)
## End(Not run)
[Package tigerstats version 0.3.2 Index]