plot_model {mbreaks}R 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')


[Package mbreaks version 1.0.0 Index]