print.WH_1d | R Documentation |
Print Method for a Whittaker-Henderson Fit
## S3 method for class 'WH_1d'
print(x, ...)
x |
An object of class |
... |
Not used |
Invisibly returns x
.
d <- portfolio_mort$d
ec <- portfolio_mort$ec
y <- log(d / ec)
y[d == 0] <- - 20
wt <- d
WH_1d(d, ec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.