reg_plot {AFR} | R Documentation |
The function depicts forecast and actual data.
reg_plot(model, dataset)
model |
An object of class |
dataset |
A dataset based on which model was built. |
The Agency of the Republic of Kazakhstan for Regulation and Development of Financial Market (AFR)
data(macroKZ)
model <- lm(real_gdp ~ usdkzt + eurkzt + imp + exp, data = macroKZ)
reg_plot(model, macroKZ)