code: data example2_1; input freq@@; cards; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; proc arima data=example2_1; identify var=freq NLAG=6; run; the outcome in SAS studio: but i would like to have the picture like this: is there any method?help me,please
... View more