Learn R Programming

sentometrics (version 0.5.6)

plot.sentomodeliter: Plot iterative predictions versus realized values

Description

Displays a plot of all predictions made through the iterative model computation as incorporated in the input sentomodeliter object, as well as the corresponding true values.

Usage

# S3 method for sentomodeliter
plot(x, ...)

Arguments

x

a sentomodeliter object created using sento_model.

...

not used.

Value

Returns a simple ggplot object, which can be added onto (or to alter its default elements) by using the + operator.

Details

See sento_model for an elaborate modelling example including the plotting of out-of-sample performance.