Investigates behavior of objective function near the solution
represented by fitted.
Usage
## S3 method for class 'evd':
profile2d(fitted, prof, which, pts = 20,
convergence = FALSE, control = list(maxit = 5000), ...)
Arguments
fitted
The original fitted model object.
prof
An object of class "profile.evd", created using
profile.evd with argument fitted.
The object must contain the (marginal) profiles for the two
parameters specified i
which
A character vector of length two containing the original
model parameters that are to be jointly profiled.
pts
The number of distinct values used for each profiled
parameter in which.
There are pts^2 optimizations performed in total.
convergence
Logical; print convergence code after each
optimization?
An object of class "profile2d.evd";
a list with three elements.
The first element, a matrix named trace, has the same structure
as the elements of an object of class "profile.evd".
The last two elements give the distinct values used for each profiled
parameter in which.