Learn R Programming

momentfit (version 0.5)

sSpec-class: Class "sSpec"

Description

A class to store the specifications of the kernel used to smooth moment conditions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("sSpec", ...). It is created by kernapply-methods.

Slots

k:

Object of class "numeric" ~~

kernel:

Object of class "character" ~~

bw:

Object of class "numeric" ~~

w:

Object of class "tskernel" ~~

bwMet:

Object of class "character" ~~

Methods

print

signature(x = "sSpec"): ...

show

signature(object = "sSpec"): ...

Examples

Run this code
showClass("sSpec")

Run the code above in your browser using DataLab