Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

allProfiles.nlreg

Support for function ‘profile.nlreg’


Description

This is support for the function profile.nlreg. It is not intended to be called directly by users.

Usage

## S3 method for class 'nlreg'
allProfiles(fitted, hoa = TRUE, precision = 6, signif = 30, 
                   n = 50, omit = 0.5, trace = FALSE, call, ...)

Arguments

fitted

a fitted nlreg object such as returned by a call to nlreg.

hoa

logical value indicating whether higher order statistics should be calculated; default is TRUE.

precision

numerical value defining the maximum range of values, given by MLE +/- precision*s.e., that are profiled. The default is 6.

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 +/- omit*s.e., which is omitted in the spline interpolation of the higher order statistics considered. The purpose is to avoid numerical instabilities around the maximum likelihood estimate.

trace

if TRUE, details of the iterations are printed.

...

absorbs any additional argument.

Details

The allProfiles.nlreg function is called internally by the profile.nlreg routine. It is not intended to be called directly by users.

Value

a list of elements of class all.nlreg.profiles for profiling all parameters of a nonlinear heteroscedastic model.

See Also


nlreg

Higher Order Inference for Nonlinear Heteroscedastic Models

v1.2-2.2
GPL (>= 2) | file LICENCE
Authors
S original by Alessandra R. Brazzale <alessandra.brazzale@unipd.it> and Ruggero Bellio <ruggero.bellio@uniud.it>. R port by Alessandra R. Brazzale <alessandra.brazzale@unipd.it>, following earlier work by Douglas Bates.
Initial release
2019-01-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.