aboutsummaryrefslogtreecommitdiff
path: root/man/llhist.Rd
blob: bec30ecfcabf1591a4ee78529da298184a7fb28f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/llhist.R
\name{llhist}
\alias{llhist}
\title{Plot the distribution of log likelihoods from multistart objects}
\usage{
llhist(object, breaks = "Sturges", lpos = "topleft", main = "", ...)
}
\arguments{
\item{object}{The \link{multistart} object}

\item{breaks}{Passed to \link{hist}}

\item{lpos}{Positioning of the legend.}

\item{main}{Title of the plot}

\item{\dots}{Passed to \link{hist}}
}
\description{
Produces a histogram of log-likelihoods. In addition, the likelihood of the
original fit is shown as a red vertical line.
}
\seealso{
\link{multistart}
}

Contact - Imprint