plot.tmbprofile {TMB} | R 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 |
type |
Plot type. |
level |
Add horizontal and vertical lines depicting this confidence level ( |
... |
Additional plot arguments. |
[Package TMB version 1.9.14 Index]