profiler {nls} | R Documentation |
Constructor for Profiler Objects for Nonlinear Models
Description
Create a profiler object for the model object fitted
.
Usage
profiler(fitted, ...)
Arguments
fitted |
the original fitted model object. |
... |
Additional parameters. See documentation on individual methods. |
Value
An object of class "profiler"
which is a list with function
elements
getFittedPars() |
the parameters in |
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
It returns a list with elements
|
Author(s)
Douglas M. Bates and Saikat DebRoy
See Also
profiler.nls
, profile
Examples
# see documentation on individual methods