Hi,
Every time I start R, I have to re-install the packages I need and also call from the library ("library" command). It is wasting the time, this problem seems very basic. What is the solution for this? I do not want to re-install packages I use regularly. Following is the error I got for the function "dynlm" once I re-start R today as you can guess (however, I already installed the package and used the "dynlm" function yesterday):
WUdlm <- dynlm(WU$GARCHVar.ts ~ L(WU$GARCHVar.ts, 1) + L(WU$GARCHVar.ts, 12))
Error in dynlm(WU$GARCHVar.ts ~ L(WU$GARCHVar.ts, 1) + L(WU$GARCHVar.ts, :
could not find function "dynlm"
Thank you,
Nec