BookmarkSubscribeRSS Feed
Aman4SAS
Obsidian | Level 7

Hi ,

 

I am trying to use proc X11 to forecast my sales. 

But i am facing a problem that there is a negative value in my time series(due to return on that particular month).

please suggest me if there is any solution in proc x11 to handle this situation or do i need to handle it other way arround?

 

Thanks in advance.

4 REPLIES 4
pearsoninst
Pyrite | Level 9
You can use MODE=PSEUDOADD if you have - values.Or if you adjust that units ..My Knowledge Ends here ..
Aman4SAS
Obsidian | Level 7

can u please help me where can i put this option?

my syntax is :

proc x11 data= test yraheadout;

monthly date=month;

var=sales;

table d11;

output out =test1 b1=a d10=b d11=c;

run;

Aman4SAS
Obsidian | Level 7
can u please help me where can i put this option?
my syntax is :
proc x11 data= test yraheadout;
monthly date=month;
var=sales;
table d11;
output out =test1 b1=a d10=b d11=c;
run;
udo_sas
SAS Employee

Hello -

Have a look at the X12 (or X13 in SAS/ETS 14.1) procedure instead.

The MODE= option is supported in the X11 statement of these procedures.

Thanks,

Udo

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1261 views
  • 0 likes
  • 3 in conversation