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 ? Thanks! Best regards, wang [[alternative HTML version deleted]]
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.