Learn R Programming

nadiv (version 2.8)

plot.proLik: Graphically depicts the profile Likelihood

Description

This function plots the output from a proLik object.

Usage

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

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{\link{proLik}}}

Run the code above in your browser using DataLab