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

View source: R/main.R

print.WH_1dR Documentation

Print Method for a Whittaker-Henderson Fit

Description

Print Method for a Whittaker-Henderson Fit

Usage

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

Arguments

x

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

...

Not used

Value

Invisibly returns x.

Examples

d <- portfolio_mort$d
ec <- portfolio_mort$ec

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

WH_1d(d, ec)


WH documentation built on Sept. 11, 2024, 9:12 p.m.