plot.profileModel plots the profiles contained in the profiled
object. pairs.profileModel is a diagnostic tool that plots
pairwise profile traces.plot.profileModel(x, cis = NULL, signed = FALSE, interpolate = TRUE,
n.interpolations = 100, print.grid.points = FALSE,
title = NULL, ...)pairs.profileModel(x, colours = 2:3, title=NULL, ...)
"profileModel" object.profConfint(prof). The default is NULL where no
intervals are plotted. Only used in plot.profileModel.TRUE the signed square roots of the values of
the profiled objective are plotted. The default is
FALSE. Available only in plot.profileModel.TRUE spline interpolation is used in
order to get a smooth plot of the profiled objective. If FALSE
the points that are contained in the "profileModel" object are simply
joint by segments. The default is interpolate=TRUE. Available only in
plot.profileModel."profileModel" object should be printed along
with the objective. The default is FALSE. Available only in
plot.profileModel.pairs.profileModel.NULL where nothing is
printed.pairs.profileModel is a minor modification of
pairs.profile in "profileModel". As in the description of pairs.profile
in Venables and Ripley (2002b), pairs.profileModel shows the
lines that would join up the points where the contours have
horizontal and vertical tangents, respectively, and the fine `hairs'
cutting the lines in the pairs plot are an indication of those
tangents.The pair plots should only be used for diagnostic purposes.
Venables, W. N. and Ripley, B. D. (2002b). Statistics complements
to modern applied statistics with S (4th Edition).
Chambers, J. M. and Hastie, T. J. (1992) Statistical Models in S. Chapman & Hall/CRC.
profileModel, confintModel, profile.glm# see example in 'confintModel'.Run the code above in your browser using DataLab