cors | R Documentation |
The backends typically have a faster way to implement
this (using precomputations) but this is roughly equivalent
to cor(X, Y[,A-dx])
if min(A) > dx
else it is equal to cor(Y, X[,A])
.
cors(bk, A)
bk |
An object of class backend |
A |
Either a subset of X or Y columns (in global numbering) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.