plot_model | R Documentation |
'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.
plot_model(model, CI = 0.95, title = NULL)
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 |
No return value, called for plotting class 'model' object. For more details on 'model' class, see [compile_model]
rate = dofix('rate',data=real,fixn=2)
plot_model(rate,title='Ex-post US exchange rate')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.