load.DSE.fortran {dse1} | R Documentation |
Load compiled routines for time series models (Splus only).
load.DSE.fortran(from=NULL, large=F)
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. |
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.
invisible list of any errors
if(is.S()) load.DSE.fortran()