View source: R/autoplot_twonn.R
autoplot.twonn_mle | R Documentation |
TWO-NN
model estimated via the Maximum
Likelihood approachUse this method without the .twonn_mle
suffix.
The function returns the point estimate along with the confidence bands
computed via the mle
method.
## S3 method for class 'twonn_mle'
autoplot(object, title = "MLE TWO-NN", ...)
object |
object of class |
title |
character string used as title of the plot. |
... |
other arguments passed to specific methods. |
ggplot2
object displaying the point estimate
and confidence interval obtained via the maximum likelihood approach of the
id
parameter.
twonn
Other autoplot methods:
autoplot.Hidalgo()
,
autoplot.gride_bayes()
,
autoplot.twonn_bayes()
,
autoplot.twonn_linfit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.