Year
|
Number of Sales
|
---|---|
2012
|
42,100
|
2013
|
45,000
|
2014
|
47,000
|
2015
|
50,000
|
Year
|
Number of Sales
|
---|---|
2009
|
32,100
|
2010
|
45,000
|
2014
|
47,000
|
2015
|
50,000
|
Interval Name (in SAS
code format)
|
Default
|
Shift Period
|
Example
|
---|---|---|---|
YEARm.s
|
January 1
|
Months
|
YEAR2.7 specifies an
interval of every two years. Because the value for the shift is 7,
the first month in the year is July.
|
QTRm.s
|
January 1
April 1
July 1
October 1
|
Months
|
QTR3.2 - three-month
intervals starting on April 1, July 1, October 1, and January 1.
|
MONTHm.s
|
First of each
month
|
Months
|
MONTH2.2 - February-March,
April-May, June-July, August-September, October-November, and December-January
of the following year.
|
WEEKm.s
|
Each Sunday
|
Days
(1=Sunday . . .
7=Saturday)
|
WEEK6.3 specifies six-week
intervals starting on Tuesdays.
|
DAYm.s
|
Each day
|
Days
|
DAY3 - three-day intervals
starting on Sunday.
|