Description Usage Arguments Value Examples
Calculate the kernel matrix
1 |
Y |
the n by q confounder matrix, where n is the number of samples, q is the number of confounding factors. Missing values in Y should be labeled as NA. |
kernel |
the kernel to use: "linear", "gaussian". |
bandwidth |
bandwidth h for Gaussian kernel. Optional. |
scaleY |
scale the columns in Y to unit standard deviation. Default is False. |
The kernel matrix
K |
the n by n kernel matrix for Y |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.