Description Usage Arguments Examples
Take data.frame x which only has the variables of interest and convert to MEAN STD CORR format. Note this has not been tested at all. Also note that this will overwrite any pre-existing file.
1 | MEANS.STD.CORR(x, filename = "output.dat")
|
x |
The data.frame with the variables to export |
filename |
The filename to export to. |
1 2 | x <- data.frame(X1=rnorm(20),X2=rnorm(20),X3=rnorm(20)) #example data
MEANS.STD.CORR(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.