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.
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.