profiler {nls} | R Documentation |
Create a profiler object for the model object fitted
.
profiler(fitted, ...)
fitted |
the original fitted model object. |
... |
Additional parameters. See documentation on individual methods. |
"profiler"
which is a list with function
elements
getFittedPars() |
the parameters in fitted
|
setDefault(varying, params) |
this is used for changing the default settings for
profiling. In absence of both parameters, the default is set
to the original fitted parameters with all parameters
varying. The arguments are
|
getProfile(varying, params) |
this can be used in conjunction with setDefault
without any arguments. Alternatively, the parameters to be
varied and the values for fixed parameters can be specified
using the arguments. The arguments are
It returns a list with elements
|
Douglas M. Bates and Saikat DebRoy
# see documentation on individual methods