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.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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.