diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 08:40:58 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 08:40:58 +0200 |
commit | 06df20703a9390692ab1ece3ae1702a71fff05ae (patch) | |
tree | 29b5adc2cc8dbb24ae70b5f2e0d95459dbc7497e /man/llhist.Rd | |
parent | 36dd8f47c147ed64874c88c9914a1ab4850a72cc (diff) |
Remove kernel density estimate from llhist
Diffstat (limited to 'man/llhist.Rd')
-rw-r--r-- | man/llhist.Rd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/llhist.Rd b/man/llhist.Rd index 09dc85d4..bec30ecf 100644 --- a/man/llhist.Rd +++ b/man/llhist.Rd @@ -18,9 +18,8 @@ llhist(object, breaks = "Sturges", lpos = "topleft", main = "", ...) \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. +Produces a histogram of log-likelihoods. In addition, the likelihood of the +original fit is shown as a red vertical line. } \seealso{ \link{multistart} |