GUI interface to builtin NLAR models
GUI接口,主板内建NLAR模型
用法----------Usage----------
nlarDialog(series)
参数----------Arguments----------
参数:series
time series
时间序列
Details
详细信息----------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.
显示一个GUInlar。仍在发展中。很可能在未来改变。使用GUI,并不是所有的模型选项提供给用户。
The finally fitted model is put in an object named nlarModel in the user workspace.
最终拟合模型对象名为nlarModel在用户工作区。
值----------Value----------
None.
无。
(作者)----------Author(s)----------
Antonio, Fabio Di Narzo
实例----------Examples----------
## Not run: [#不运行:]
if(interactive())
nlarDialog(log(lynx))
## End(Not run)[#(不执行)]