sam.cor | R Documentation |
Generate a sample vector (y) with a known population correlation to a given vector (x). The degree of correlation between x and y is determined by rho (the population correlation). Observed sample correlations between x and y will vary around rho, but this variation will decrease as the number of x observations increase.
sam.cor(x,rho)
x |
The given vector. |
rho |
Population correlation. |
The function prints the sample correlation for the specific set of numbers generated.
y |
A vector of numbers correlated with x. |
Paul Bliese pdbliese@gmail.com
sim.mlcor
data(bh1996) NEWVAR<-sam.cor(x=bh1996$LEAD,rho=.30) cor(bh1996$LEAD,NEWVAR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.