Static package R allows to extend Foresight Analytics Platform functionalities in theModeling and Forecasting tool, theTime Series Analysis tool and uniform formula editor. R statistics package is also available on calculating by means of the Fore internal programming language.
After the R statistics package is connected to Foresight Analytics Plaform, the following methods can be calculated by both Foresight Analytics Platform and R:
Linear regression (instrumental variables estimation)
Details about R package can be found here: http://cran.r-project.org/web/packages/<package name>/. For example: http://cran.r-project.org/web/packages/lmtest/
Important information on the package description page:
The Depends string contains names of the additional packages required for correct working of R package.
The Imports string contains names of the packages imported on installing the R package.
The Downloads section contains download links for: help documentation for the package, archives for package installation.
On working with R methods in Foresight Analytics Platform in some cases there may arise various issues related to packages. The following are the most common cases and reasons of their occurrence and solution:
Error on loading of <package name>: there is no package called <package name>
Error on loading of <package name>: package <other package name> could not be loaded
Error on loading of <package name>: package or namespace load failed for <package name>
See also:
Questions and Answers | Connecting External Modules to Foresight Analytics Platform| Modeling and Forecasting: How to Set Up Integration with R?| Time Series Analysis: How to Set Up Integration with R?