plot.disag_model: Plot results of fitted model

View source: R/plotting.R

plot.disag_modelR Documentation

Plot results of fitted model

Description

Plotting function for class disag_model (the result of the disaggregation fitting).

Usage

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

Arguments

x

Object of class disag_model to be plotted.

...

Further arguments to plot function.

Details

Produces two plots: results of the fixed effects and in-sample observed vs predicted plot.

Value

A list of two ggplot plots: results of the fixed effects and an in-sample observed vs predicted plot


disaggregation documentation built on Nov. 8, 2023, 5:07 p.m.