File: plot.tmbprofile.Rd

package info (click to toggle)
r-cran-tmb 1.9.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,344 kB
  • sloc: cpp: 52,049; ansic: 382; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tmbprofile.R
\name{plot.tmbprofile}
\alias{plot.tmbprofile}
\title{Plot likelihood profile.}
\usage{
\method{plot}{tmbprofile}(x, type = "l", level = 0.95, ...)
}
\arguments{
\item{x}{Output from \code{\link{tmbprofile}}.}

\item{type}{Plot type.}

\item{level}{Add horizontal and vertical lines depicting this confidence level (\code{NULL} disables the lines).}

\item{...}{Additional plot arguments.}
}
\description{
Plot (negative log) likelihood profile with confidence interval added.
}