plot.tmbprofile: Plot likelihood profile.

View source: R/tmbprofile.R

plot.tmbprofileR Documentation

Plot likelihood profile.

Description

Plot (negative log) likelihood profile with confidence interval added.

Usage

## S3 method for class 'tmbprofile'
plot(x, type = "l", level = 0.95, ...)

Arguments

x

Output from tmbprofile.

type

Plot type.

level

Add horizontal and vertical lines depicting this confidence level (NULL disables the lines).

...

Additional plot arguments.


TMB documentation built on July 3, 2024, 5:09 p.m.

Related to plot.tmbprofile in TMB...