plot_disag_model_data {disaggregation} | R Documentation |
Convert results of the model ready for plotting
Description
Convert results of the model ready for plotting
Usage
plot_disag_model_data(x)
Arguments
x |
Object of class disag_model to be plotted. |
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 |
[Package disaggregation version 0.4.0 Index]