powered by
Print Method for a Whittaker-Henderson Fit
# S3 method for WH_1d print(x, ...)
Invisibly returns x.
x
An object of class "WH_1d" returned by the WH_1d() function
"WH_1d"
WH_1d()
Not used
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