The TIMESERIES Procedure |
SEASON Statement |
The following seasonal statistics are available:
number of observations
number of nonmissing observations
number of missing observations
minimum value
maximum value
range value
summation value
mean value
standard deviation
corrected sum of squares
uncorrected sum of squares
median value
If none of the season statistics are specified, the default is as follows:
season n min max mean std;
The following option can be specified in the SEASON statement following the slash (/):
specifies which values are recorded as column names in the OUTSEASON= data set. TRANSPOSE=YES specifies that the seasonal indices be recorded as the column names instead of the statistics. The TRANSPOSE=NO option is useful for graphing the seasonal analysis results with SAS/GRAPH procedures. The TRANSPOSE=YES option is useful for analyzing the seasonal analysis results with SAS procedures or SAS Enterprise Miner software. The default is TRANSPOSE=NO.
Copyright © SAS Institute, Inc. All Rights Reserved.