Description Usage Arguments Value
IF.glm
returns a matrix of influnence function from either a glm
model object (run with x=TRUE
),
or a glm.fit
object. The resulting matrix has one row for each observation, and one column for each
GLM model parameter.
1 | IF.glm(object, x = object$x)
|
object |
A |
x |
The model matrix. Not required for a |
Matrix of influence function values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.