proflik
.## S3 method for class 'proflik':
plot(x, pages = c("user", "one", "two"), uni.only = FALSE, bi.only = FALSE,
type.bi = c("contour", "persp"), conf.int = c(0.9, 0.95),
yaxis.lims = c("conf.int", "as.computed"),
by.col = TRUE, log.scale = FALSE, use.splines = TRUE,
par.mar.persp = c(0, 0, 0, 0), ask = FALSE, ...)
proflik
, typically an
output of the function proflik
."user"
, uses the current
graphical parameters. The option "one"
places all the
profiles in the same page and the option "two"
"contour"
for contour plot
(the default) and "persp"
for perspective plot."conf.int"
the limit is determined by the level of
the confidence interval (the default) otherwise will be determined
by the smallest computed value.TRUE
the plots are arranged by columns in a multiple graphics
device.FALSE
.TRUE
(the default) the function
spline
is used to interpolate between the points
computed by proflik
.proflik
for computation of the profile
likelihoods. For the generic plotting functions see
plot
, contour
, persp
.
See spline
for interpolation.# see examples in the documentation for the function proflik()
Run the code above in your browser using DataLab