Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/convfkt2nlform.R
Convert fktlist
objects defined by Bunke et.al to nl.form
. It calculate gradient and hessian using derive3 function.
1 | convfkt2nlform(fktlistex, namesdata = NULL)
|
fktlistex |
fktlistex object include fkt, par, p, ccode, lambda, case, inv, name, defined by Bunke et al (1998) |
namesdata |
Name of data, is not functional now, used for feature development. |
fktlist
defined by Bunke et al (1998) convfkt2nlform
function convert this object to nl.form
object.
nl.fomr
object with gradient and hessian attributes.
Derivatives must not be included in fktlistext
object will be added as attributes to response or independent variables.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Bunke, O., Droge, B., Polzehl, J. Splus tools for model selection in nonlinear regression (1998) Computational Statistics, 13 (2), pp. 257-281.
See Also as convexpr2nlform
, nl.form
.
1 2 | ## fktlistex created by Bunke et.al
convfkt2nlform(fktlistex1[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.