View source: R/influence_full.R
| implicitIF_full | R Documentation |
rlmerMod object.Extends implicitIF by adding the \sigma-DAS and
\theta-DAS scoring equations to the implicit-derivative linear
system. The Jacobian of the full score wrt (\beta, u, \log
\sigma, \theta) is computed numerically via numDeriv::jacobian
with Richardson extrapolation; the Jacobian wrt the response is a
central finite difference column by column. Only DASvar and
DAStau methods are supported (DAStau additionally requires
block sizes \le 2).
implicitIF_full(fit, eps = 1e-06)
fit |
An |
eps |
Numerical step for |
This function is the engine behind cooks.distance
/ influence; users who only want
Cook's distance should call those S3 methods.
The numerical Jacobian is slow (a few seconds on Penicillin); each call recomputes it from scratch.
A list with components IF_beta (p \times n),
IF_u (q \times n), IF_sigma (1 \times n),
IF_theta (L \times n), and the model-based delta-method
covariance vcov_model_delta.
implicitIF,
cooks.distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.