Learn R Programming

WH (version 1.1.2)

print.WH_1d: Print Method for a Whittaker-Henderson Fit

Description

Print Method for a Whittaker-Henderson Fit

Usage

# S3 method for WH_1d
print(x, ...)

Value

Invisibly returns x.

Arguments

x

An object of class "WH_1d" returned by the WH_1d() function

...

Not used

Examples

Run this code
d <- portfolio_mort$d
ec <- portfolio_mort$ec

y <- log(d / ec)
y[d == 0] <- - 20
wt <- d

WH_1d(d, ec)

Run the code above in your browser using DataLab