iid.lmm | R Documentation |
Extract the influence function from a linear mixed model.
## S3 method for class 'lmm'
iid(
x,
effects = "mean",
robust = TRUE,
type.information = NULL,
transform.sigma = NULL,
transform.k = NULL,
transform.rho = NULL,
transform.names = TRUE,
...
)
x |
a |
effects |
[character] Should the variance-covariance matrix for all coefficients be output ( |
robust |
[logical] If |
type.information |
[character] Should the expected information be used (i.e. minus the expected second derivative) or the observed inforamtion (i.e. minus the second derivative). |
transform.sigma |
[character] Transformation used on the variance coefficient for the reference level. One of |
transform.k |
[character] Transformation used on the variance coefficients relative to the other levels. One of |
transform.rho |
[character] Transformation used on the correlation coefficients. One of |
transform.names |
[logical] Should the name of the coefficients be updated to reflect the transformation that has been used? |
... |
Not used. For compatibility with the generic method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.