Description Usage Arguments Value See Also
Auxiliary for Controlling wilmoth
Fitting.
1 2 3 4 5 6 7 8 9 10 | wilmoth_control(
c = 6,
intercept = TRUE,
tol.biweight = 1e-06,
tol.lsfit = 1e-07,
radix = 1e+05,
k.int = c(-25, 20),
nu = 1,
nv = 1
)
|
c |
Tuning constant when compute weighted least squared using Tukey's biweight function. Typically, between 6 to 9. |
intercept |
logical. Whether or not an intercept term should be used in
least squares estimation. See |
tol.biweight |
Tolerance for convergence of the biweight fit |
tol.lsfit |
Tolerance to be used in the matrix decomposition in
least squares estimation. See |
radix |
Life table radix. Default: 10^5; |
k.int |
a vector containing the end-points of the interval to be searched for k parameter. |
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 |
List with control parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.