print.WH_1d {WH} | R 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 |
... |
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)
[Package WH version 1.1.1 Index]