cor | R Documentation |
Calculate the correlation of the design. The function gets the design from
the design object before passing it to cor
from stats.
This is a wrapper around cor
.
cor(x, ...)
x |
A model object of class 'spdesign' |
... |
Additional parameters passed to the function |
Note that when your design includes constants, the function will print a warning because the standard deviation of a constant is 0.
A matrix with correlations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.