P = plan(M,Range)
M
[ model ] - Model object that will be simulated subject to this simulation plan.
Range
[ numeric ] - Simulation range; this range must exactly correspond to the range on which the model will be simulated.
P
[ plan ] - New empty simulation plan.You need to use a simulation plan object to set up the following types of more complex simulations or forecats:
simulations or forecasts with some of the model variables temporarily exogenised;
simulations with some of the non-linear equations solved exactly.
forecasts conditioned upon some variables;
The plan object is passed to the simulate or jforecast
functions through the option 'plan='
.