allProfiles.nlreg | R Documentation |
This is support for the function profile.nlreg
.
It is not intended to be called directly by users.
## S3 method for class 'nlreg'
allProfiles(fitted, hoa = TRUE, precision = 6, signif = 30,
n = 50, omit = 0.5, trace = FALSE, call, ...)
fitted |
a fitted |
hoa |
logical value indicating whether higher order statistics should be
calculated; default is |
precision |
numerical value defining the maximum range of values, given by
MLE |
signif |
the maximum number of output points that are calculated exactly; default is 30. |
n |
the approximate number of output points produced by the spline interpolation; default is 50. |
omit |
numerical value defining the range of values, given by
MLE |
trace |
if |
... |
absorbs any additional argument. |
The allProfiles.nlreg
function is called internally by the
profile.nlreg
routine. It is not intended to
be called directly by users.
a list of elements of class all.nlreg.profiles
for profiling
all parameters of a nonlinear heteroscedastic model.
profile.nlreg
,
nlreg.profile.objects
,
nlreg.object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.