Description Usage Arguments Details Value Note See Also
Returns the expected information matrix for a fitted nlreg
model.
1 2 |
object |
a fitted |
par |
a vector of parameter values where each element is named after the
parameter it represents. If missing, the values in the
|
mu |
numerical vector containing the mean function evaluated at each
data point. If missing, the fitted values saved in
|
v |
numerical vector containing the variance function evaluated at
each data point. If missing, the values of the |
m1 |
a matrix whose rows represent the gradients of the mean function
evaluated at each data point. If |
v1 |
a matrix whose rows represent the gradient of the variance
function evaluated at each data point. If |
... |
absorbs any additional argument. |
This function is a method for the generic function
expInfo
for objects inheriting from class
nlreg
.
the expected information matrix of the fitted nonlinear model passed
through the object
argument.
This function is mostly intended for internal use. It is called by
functions such as nlreg.diag
,
summary.nlreg
and
profile.nlreg
. To extract the expected
information matrix from a fitted nlreg
object, the generic
method expInfo
should be used.
expInfo
, nlreg.object
,
obsInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.