status Optimization status (see documentation for nloptr package).
LogLik A logarithm likelihood.
objective A value of objective function (given by nloptr).
message A message given by nloptr optimization function
(see documentation for nloptr package).
Arguments
x
Input data table.
start
A list of starting parameters, default:
start=list(a=-0.5, f1=80, Q=2e-8, f=80, b=5, mu0=1e-5).
frm
A list of formulas that define age (time) - dependency.
Default: frm=list(at="a", f1t="f1", Qt="Q", ft="f", bt="b",
mu0t="mu0").
stopifbound
Estimation stops if at least one parameter
achieves lower or upper boundaries. Default: FALSE.
lb
Lower bound of parameters under estimation.
ub
Upper bound of parameters under estimation.
verbose
Turns on verbosing output.
opts
A list of options for nloptr.
Default value: opt=list(algorithm="NLOPT_LN_NELDERMEAD",
maxeval=100, ftol_rel=1e-8).
lrtest
Indicates should Likelihood-Ratio test be performed.
Possible values: TRUE, H01, H02, H03,
H04, H05 (see package Vignette for details)
Default value: FALSE.
Please see nloptr documentation for more information.
References
Yashin, A. et al (2007), Health decline,
aging and mortality: how are they related?
Biogerontology, 8(3), 291-302.<DOI:10.1007/s10522-006-9073-3>.