Displays a plot of all predictions made through the iterative model computation as incorporated in the
input sento_modelIter
object, as well as the corresponding true values.
# S3 method for sento_modelIter
plot(x, ...)
Returns a simple ggplot
object, which can be added onto (or to alter its default elements) by using
the +
operator.
a sento_modelIter
object created using sento_model
.
not used.
Samuel Borms
See sento_model
for an elaborate modeling example including the plotting of out-of-sample
performance.