IF.glm: Influence Functions from Generalized Linear Models

Description Usage Arguments Value

View source: R/IFglm.R

Description

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.

Usage

1
IF.glm(object, x = object$x)

Arguments

object

A glm model object (run with x=TRUE), or a glm.fit object

x

The model matrix. Not required for a glm model object (run with x=TRUE).

Value

Matrix of influence function values.


ohines/plmed documentation built on Jan. 9, 2021, 11:59 a.m.