plot.proflik | R Documentation |
This function produces plots of the profile likelihoods computed by
the function proflik
.
## S3 method for class 'proflik'
plot(x, pages = c("user", "one", "two"), uni.only, bi.only,
type.bi = c("contour", "persp"), conf.int = c(0.90, 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, ...)
x |
an object of the class |
pages |
specify how the plots will be arranged in the
graphics device. The default option, |
uni.only |
only 1-D profiles are plotted even if the object contains results about the 2-D profiles. |
bi.only |
only 2-D profile are plotted even if the object contains results about the 1-D profiles. |
type.bi |
Type of plot for the 2-D profiles. Options are
|
conf.int |
a vector with numbers in the interval |
yaxis.lims |
defines the lower limits for the y-axis in the 1-D
plots. If |
by.col |
logical, If |
log.scale |
plots the x-axis in the logarithmic scale. Defaults to
|
use.splines |
logical. If |
par.mar.persp |
graphical parameters to be used with
|
ask |
logical. Defines whether or not the user is prompted before each plot is produced. |
... |
additional arguments to be passed to the functions
|
Produces plots with the profile likelihoods on the current graphics device. No values are returned.
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.