Learn R Programming

tsDyn (version 0.9-1)

nlarDialog: GUI to nlar

Description

GUI interface to builtin NLAR models

Usage

nlarDialog(series)

Arguments

series
time series

Value

  • None.

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.

Examples

Run this code
if(interactive())
  nlarDialog(log(lynx))

Run the code above in your browser using DataLab