load.DSE.fortran
Load fortran routines for time series models
Description
Load fortran routines for time series models.
Usage
load.DSE.fortran(from=NULL, large=F)
Required Arguments
Optional Arguments
- from
- Directory where the fortran object code is stored.
- large
- If very large states (>100) are required it is necessary to load
a different version of the fortran, which requires compiling a second
version. This makes the loaded code, and thus S, very large and so it should
only be used if required.
Value
invisible list of any errors
Details
The default assumes the fortran object code is in a subdirectory
named DSE and DSE/.Data is in the search path.
or, if this is not found, that it is in the local directory.
Side Effects
fortran routines are loaded.
Examples
return to Table of Contents