On top of page 430 of the textbook, it says
"At the beginning of each session with R, you need to load the TSA library."
When I type in library(TSA) in R, I get an error message saying:
Error in library(TSA) : there is no package called 'TSA'
How do I fix this?
Thank you.
[NEAS: You have to install the TSA package. The R help files and the appendix to the Cryer Chan textbook explain how to install packages. In most companies, it works fine. Some companies have different IT set-ups, so you might have to ask an IT person at your company.]