diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
commit | fd205e13061de8abc595d266f3b0c7650773d442 (patch) | |
tree | 73fc6d4e33f758bec1c45189e39d1533f186a99b /man/llhist.Rd | |
parent | afe466d01ccf60a9746616ebc0e06f0383aa814f (diff) |
Improve multistart documentation, bugfix
- Split out llhist and parhist documentation
- Add example code for multistart
- Create a multistart vignette, because the example code fails when run
by pkgdown
- Fix multistart for the case of mkin transformations in the saem fit
Diffstat (limited to 'man/llhist.Rd')
-rw-r--r-- | man/llhist.Rd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/llhist.Rd b/man/llhist.Rd new file mode 100644 index 00000000..09dc85d4 --- /dev/null +++ b/man/llhist.Rd @@ -0,0 +1,27 @@ +% 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, and an overlayed kernel density +estimate. In addition, the likelihood of the original fit is shown as +a red vertical line. +} +\seealso{ +\link{multistart} +} |