nlarDialog {tsDyn}R Documentation

GUI to nlar

Description

GUI interface to builtin NLAR models

Usage

nlarDialog(series)

Arguments

series time series

Details

Displays a GUI to nlar. Still under development. Is likely to change in future. Using the GUI, not all model options are available to the user.

The finally fitted model is put in an object named nlarModel in the user workspace.

Value

None.

Author(s)

Antonio, Fabio Di Narzo

Examples

## Not run: 
if(interactive())
  nlarDialog(log(lynx))
## End(Not run)

[Package tsDyn version 0.6-1 Index]