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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Discussion stats
  • 1 reply
  • 1231 views
  • 0 likes
  • 2 in conversation