Name

prtts — print ts

CALLING SEQUENCE

prtts(arg1,…,argn)

PARAMETERS

Input

• argi = a timeseries or the name of a timeseries (between quotes)

Output

• nothing

DESCRIPTION

Prints timeseries. Timeseriess are printed four by four; if they are supplied between quotes, then they are printed under their name; if not, they are printed under the name 'series i'; if there are NA's, a NA is printed.

EXAMPLE

1) prtts('x')
2) prtts('x','lagts(x)+y','y',z)
 
Example 1 prints the series ts. 
 Example 2 prints the ts x, lagts(x)+y, y and z, the first 3 are printed with their names, the fourth is printed as "series 4".

               

AUTHOR

Eric Dubois 2002