kernel.method {KSPM} | R Documentation |
some internal methods in computation of kernel semi parametric model
Description
internal methods
Usage
comb(x, ...)
check.integer(N)
asOneSidedFormula(object)
splitFormula(form, sep = "/")
computes.Kernel(x, ind, nameKernel, not.missing = NULL)
computes.Kernel.interaction(x, ind, nameKernel, not.missing = NULL)
computes.KernelALL(kernelList, not.missing = NULL)
renames.Kernel(object, names)
objects.Kernel(formula)
Arguments
x |
list of objects |
... |
other arguments |
N |
numeric value |
object |
formula provided in the kernel part of |
form |
formula |
sep |
separator |
ind |
index value |
nameKernel |
name of kernel |
not.missing |
non missing values |
kernelList |
list of kernels |
names |
name of kernel |
formula |
formula |
Author(s)
Catherine Schramm, Aurelie Labbe, Celia Greenwood
[Package KSPM version 0.2.1 Index]