profile.glm {ellipse}R Documentation

profile() for glm objects

Description

This is the implementation of the profile() function for glm objects. It profiles the scaled deviance for each parameter.

Details

Note that profile.glm requires the "model" member of the glm object. Use glm(...{}, model=T) to include this.