Library: | multi |
See also: | modelfr modelss modelrr modelci |
Macro: | domulti | |
Description: | domulti is the starting macro for the library multi. The user can interactively transform the data, do preliminary analysis, select the model type, etc. |
Usage: | domulti(x{,origyear{,origperiod{,periodicity{,name}}}}) | |
Input: | ||
y | n x p matrix, data of the time series | |
origyear | integer , the year of the first observation | |
origperiod | integer , the season of the first obs. | |
periodicity | integer , the number of seasons per period | |
name | string vector, names of the time series |
library("multi") x = read("e1") domulti(x,1960,1,4,"a"|"b"|"c")
Library: | multi |
See also: | modelfr modelss modelrr modelci |