Guest User

Untitled

a guest
May 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ma<-ts(na.omit(df_summary$ma30),frequency=252)
  2. decomp=stl(ma,s.window="periodic")
  3. deseasonal<-seasadj(decomp)
Add Comment
Please, Sign In to add comment