Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Kernel-methods

Methods Available for Objects of Class Kernel


Description

Methods Available for Objects of Class Kernel

.getKernelX retrieves the covariates matrix of the kernel.

.kernelNumPars retrieves the number of covariates of the kernel.

.kernel calculates the kernel

print prints kernel model.

show displays kernel model.

summary returns a list containing the kernel model.

Usage

## S4 method for signature 'data.frame,Kernel'
.getKernelX(data, object)

## S4 method for signature 'Kernel'
.kernelNumPars(object, ...)

## S4 method for signature 'Kernel,missing,missing'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,data.frame,data.frame'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,vector,vector'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,vector,data.frame'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,data.frame,vector'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,matrix,data.frame'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,data.frame,matrix'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,vector,matrix'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,matrix,vector'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel,matrix,matrix'
.kernel(object, x1, x2, ...)

## S4 method for signature 'Kernel'
print(x, ...)

## S4 method for signature 'Kernel'
show(object)

## S4 method for signature 'Kernel'
summary(object, ...)

DynTxRegime

Methods for Estimating Optimal Dynamic Treatment Regimes

v4.10
GPL-2
Authors
S. T. Holloway, E. B. Laber, K. A. Linn, B. Zhang, M. Davidian, and A. A. Tsiatis
Initial release
2022-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.