getW-LagKernelWeight: Get attribute W
(kernel used for smoothing) from a LagKernelWeight
.
Description
Get attribute W
(kernel used for smoothing) from a LagKernelWeight
.
Usage
# S4 method for LagKernelWeight
getW(object)
Value
Returns the W
attribute.
Arguments
- object
LagKernelWeight
from which to get the kernel W
.