load.DSE.fortran {dse1}R Documentation

Load compiled routines for time series models

Description

Load compiled routines for time series models (Splus only).

Usage

    load.DSE.fortran(from=NULL, large=F)

Arguments

from Directory where the compiled object code is stored.
large If very large states (>100) are required it is necessary to load a different version of the compiled code, 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.

Details

The default assumes the compiled object code is in a subdirectory named DSE.HOME/lib where DSE.HOME is a global variable set in .First.lib or when DSE is installed. This function is not needed in R.

Value

invisible list of any errors

Examples

if(is.S()) load.DSE.fortran()