View source: R/fun_LinearLink.R
Estimate bx using least square method and vx with SVD
1 | fitw_LSE(log_ex_theta, log_mx, nu = 1, nv = 1)
|
log_ex_theta |
Life expectancy at age theta (log values) |
log_mx |
death rates (log values) |
nu |
The number of left singular vectors to be computed in SVD method.
This must between 0 and n = nrow(x). See |
nv |
the number of right singular vectors to be computed.
This must be between 0 and p = ncol(x). See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.