brglm (version 0.7.1)

plot.profile.brglm: Plot methods for 'profile.brglm' objects

Description

plot.profile.brglm plots the objects of class "profileModel" that are contained in an object of class "profile.brglm". pairs.profile.brglm is a diagnostic tool that plots pairwise profile traces.

Usage

# S3 method for profile.brglm
plot(x, signed = FALSE, interpolate = TRUE,
     n.interpolations = 100, print.grid.points = FALSE, ...)

# S3 method for profile.brglm pairs(x, colours = 2:3, ...)

Arguments

x

a "profile.brglm" object.

signed
interpolate
n.interpolations
print.grid.points
colours

further arguments passed to or from other methods.

Details

See Details in plot.profileModel.

See Also

plot.profileModel, profile.brglm.

Examples

Run this code
# NOT RUN {
# see example in 'confint.brglm'.
# }

Run the code above in your browser using DataLab