quantitative_stock_analysis_tutorial
quantitative_stock_analysis_tutorial copied to clipboard
The stock analysis R file for computing stock returns and correlations for the S&P500 stock listing.
> rlang::last_error() Error in `select()`: ! Can't subset columns that don't exist. ✖ Column `Ticker symbol` doesn't exist.
It seems there are multiple issues with the R code. Is there a chance to update it accordingly? Thanks
Wikipedia has changed ticker to Symbol
plot_ly portion of program: Quitting from lines 470-509 (StockSP.Rmd) Error in lengths(x$annotations) : 'x' must be a list Calls: ... plotly_build.plotly -> Map -> mapply -> -> %||% -> lengths...