sdlywjl666 wrote:
>
> Dear all,
> Is there some function in R to carry out Beveridge-Nelson
> decomposition?
> Is there some function in R to carry out seasonal adjustments of time
> series?
> Is there some function in R to carry out x11 or x12 seasonal adjustments ?
>
>
RSiteSearch("Beveridge")
RSiteSearch("x12")
RSiteSeach("{Seasonal adjustment}")
also helpful:
install.packages("sos")
library(sos)
findFn(x12)
--
View this message in context:
http://www.nabble.com/Beveridge-Nelson-decomposition-tp25922152p25935001.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.