print.WH_2d | R Documentation |
Print Method for a Whittaker-Henderson Fit
## S3 method for class 'WH_2d'
print(x, ...)
x |
An object of class |
... |
Not used |
Invisibly returns x
.
keep_age <- which(rowSums(portfolio_LTC$ec) > 5e2)
keep_duration <- which(colSums(portfolio_LTC$ec) > 1e3)
d <- portfolio_LTC$d[keep_age, keep_duration]
ec <- portfolio_LTC$ec[keep_age, keep_duration]
WH_2d(d, ec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.