goload-methods: Load Scenario from File

Description Usage Arguments Details Value Author(s)

Description

Loads a previously saved fScenario from file and returns a fScenario or fMoments object.

Usage

1
goload(object, ...)

Arguments

object

A fScenario or fMoments object which was created with save.output set to TRUE.

...

not used.

Details

There are times when it is more efficient to save large scenarios to file (particularly when creating them in parallel), rather than returning them to the user workspace. The save.output option in the fscenario and fmoments allows to do just that, returning instead a lighter object with an empty scenario slot, but with the model slot included, containing the details of the location and name of the saved scenario (or moments list). The goload function then takes this object, reads the location and name and loads the scenario (or moments) into its slot in the object and returns this to the user's workspace.

Value

A fScenario or fMoments object with the scenario or moments slot now filled with the saved data from file.

Author(s)

Alexios Ghalanos


rmgarch documentation built on May 2, 2019, 5:56 p.m.