It was a good year, but it shouldn't be that good.
Calculations come out to 91.8%
Questions to consider:
How can I use this code to calculate the geometric mean of the monthly values instead? (which takes several values and multiplies them together and sets them to the 1/nth power). Thanks for the help!
If memory serves, we never adjusted the program for tickers that did not end with a valid value in month 12. That should be added in where the current statement reads:
if month=12;
That should become:
if month=12 or last.ticker;
This wouldn't affect the first ticker. While it's hard to imagine a ticker coming before AA, I believe Agilent (A) comes before Alcoa (AA).
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.