nlarDialog {tsDyn} | R Documentation |
GUI interface to builtin NLAR models
nlarDialog(series)
series |
time series |
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.
None.
Antonio, Fabio Di Narzo
## Not run: if(interactive()) nlarDialog(log(lynx)) ## End(Not run)