iid.Wald_lmm | R Documentation |
Extract the influence function of linear contrasts applied to an ML or REML estimator of parameters from a linear mixed model.
## S3 method for class 'Wald_lmm'
iid(x, effects = "Wald", transform.names = TRUE, ...)
effects |
[character] should the influence function for the linear contrasts involved in the Wald test be output ( |
transform.names |
[logical] should the name of the coefficients be updated to reflect the transformation that has been used?
Only relevant when |
... |
Not used. For compatibility with the generic method. |
object |
a |
A matrix with one row per observation and one column per parameter (effects="Wald"
or effects="all"
) or a logical value (effects="test"
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.