Learn R Programming

nadiv (version 2.9)

plot.proLik: Plot profile Likelihood

Description

This function graphically depicts the output from a proLik object.

Usage

## S3 method for class 'proLik':
plot(x, CL = TRUE, alpha = 0.05, type = "l", ...)

Arguments

x
the output from proLik
CL
a logical indicating whether a line representing the Confidence Limit is to be drawn
alpha
if CL is TRUE, the confidence level at which CL is to be drawn
type
the type of plot to be generated, see arguments to plot
...
other arguments to plot

See Also

proLik

Examples

Run this code
##See examples in \code{proLik}}

Run the code above in your browser using DataLab