BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Monaya
Calcite | Level 5

Hi,

 i analyse an interrupted time series with two intervention (inter dim) using proc arima. my friend uses a stata and we want to compare our result. Please can i have a help for a equivalent STATA code to my SAS code.

proc arima data=eval;

identify var=tx(12) crosscor=inter dim(12);

estimate p=(1 12) q=1 input=(inter /(1) dim) method=ml;

run;

thank you for your help

1 ACCEPTED SOLUTION

Accepted Solutions
ShelleySessoms
Community Manager

This question is best asked on a STATA community.

 

Thanks,
Shelley

View solution in original post

1 REPLY 1
ShelleySessoms
Community Manager

This question is best asked on a STATA community.

 

Thanks,
Shelley

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1 reply
  • 935 views
  • 0 likes
  • 2 in conversation