BookmarkSubscribeRSS Feed
wutao9999
Obsidian | Level 7

I have a system of equation like the below:

Y_c = a_c + b*X_c

where c is an index with 10,000 scenarios.

When I code the system of equations, how can I add the index on without writing the 10,000 equations individually?

Thank you.

1 REPLY 1
ballardw
Super User

If C is a variable in your data set to identify the scenario then 1) sort the data by C

and 2) use

By C;

statement to create output for each level of C.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

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