plot.disag_model | R Documentation |
Plotting function for class disag_model (the result of the disaggregation fitting).
## S3 method for class 'disag_model'
plot(x, include_iid = FALSE, ...)
x |
Object of class disag_model to be plotted. |
include_iid |
logical. Whether or not to include predictions that include the IID effect. |
... |
Further arguments to plot function. |
Produces two plots: results of the fixed effects and in-sample observed vs predicted plot.
A list of two ggplot plots: results of the fixed effects and an in-sample observed vs predicted plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.