backend.base | R Documentation |
Other backends build on this. See and use backend instead.
backend.base(X, Y, cache.size = 0, n.eff = nrow(X))
X |
Matrix. The data vector for the X side |
Y |
Matrix. The data vector for the Y side |
cache.size |
The cache size storing the correlations. Defaults to 0 (don't store anything). |
n.eff |
Effective sample size. Nothing to change if rows of X and Y are independent. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.