Description Usage Arguments Details Value
This function performs multivariate kernel-machine regression by minimizing a specific loss function
1 2 |
response |
matrix of response variables |
covariate |
matrix of covariate variables, which are included in the kernel. |
confounder |
matrix or data.frame of confounder variables, which are not included in the kernel. |
kernel |
Type of kernel to use. |
intercept |
Should we include an intercept? |
tau |
Tuning parameter. |
pure |
Logical. Use the pure R version? |
... |
Extra parameters to be passed to the kernel function. |
If confounder = NULL
, intercept = FALSE
, and response
contains only one response variable, then this is equivalent to kernel ridge
regression.
Returns the kernel predictor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.