plot.sento_modelIter: Plot iterative predictions versus realized values

View source: R/sentomodel.R

plot.sento_modelIterR Documentation

Plot iterative predictions versus realized values

Description

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.

Usage

## S3 method for class 'sento_modelIter'
plot(x, ...)

Arguments

x

a sento_modelIter object created using sento_model.

...

not used.

Details

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

Value

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

Author(s)

Samuel Borms


sentometrics documentation built on April 3, 2025, 6:15 p.m.