Learn R Programming

disaggregation (version 0.4.0)

plot_disag_model_data: Convert results of the model ready for plotting

Description

Convert results of the model ready for plotting

Usage

plot_disag_model_data(x)

Value

A list that contains:

posteriors

A data.frame of posteriors

data

A data.frame of observed and predicted data

title

The title of the observed vs. predicted plot

Arguments

x

Object of class disag_model to be plotted.