TWO-NN model estimated via least squaresUse this method without the .twonn_linfit suffix.
The function returns the representation of the linear
regression that is fitted with the linfit method.
# S3 method for twonn_linfit
autoplot(object, title = "TWO-NN Linear Fit", ...)a ggplot2 object displaying the goodness of
the linear fit of the TWO-NN model.
object of class twonn_linfit, the output of the
twonn function when method = "linfit".
string used as title of the plot.
other arguments passed to specific methods.
twonn
Other autoplot methods:
autoplot.Hidalgo(),
autoplot.gride_bayes(),
autoplot.twonn_bayes(),
autoplot.twonn_mle()