
Compute kernel matrix for each kernel term in the formula.
parse_kernel_terms(kern_effect_formula, kern_func, data, data_new = NULL)
(character) A term in the formula.
(function) A kernel function. Will be overwritten to linear kernel if the variable doesn't contain 'k()'.
(data.frame, n*d) A data.frame, list or environment (or object coercible by as.data.frame to a data.frame), containing the variables in formula. Neither a matrix nor an array will be accepted.
(data.frame, n_new*d) New data for computing predictions.
(list) A list of kernel matrices for each term in the formula.