plot_model: Plot structural change model

View source: R/Procedures.R

plot_modelR Documentation

Plot structural change model

Description

'plot_model()' visualizes any object of class 'model' with comparison between real, fitted values between model of 'm' breaks and null model of '0' breaks with options for confidence interval of break date.

Usage

plot_model(model, CI = 0.95, title = NULL)

Arguments

model

object of class 'model' in 'mbreaks' package

CI

confidence intervals for break date and coefficient estimates visualize in terms of fitted values

title

title of the graph

Value

No return value, called for plotting class 'model' object. For more details on 'model' class, see [compile_model]

Examples

rate = dofix('rate',data=real,fixn=2)
plot_model(rate,title='Ex-post US exchange rate')


mbreaks documentation built on April 3, 2025, 7:38 p.m.