Hi everybody,
i would be happy if you could help me with my statistics =)
I do a dynamic model to check the influence of the weekdays/weekend behavior in mobilitychanges based on google data.
For this i use R-Studio.
I tried as followed:
dynlm(y_w ~ L(y_w,1) + L(D,0))
y_w is my data of the...