search for: dat2000

Displaying 1 result from an estimated 1 matches for "dat2000".

Did you mean: dan2003
2013 Feb 26
1
problem with nested loops
...yone have a solution to my problem? The values in Names are: [1] "Canada" "France" "Germany" "Italy" "Japan" "UK" "USA" And in Dnames are : [1] "dat70" "dat80" "dat90" "dat2000" library(dynlm) kimdat<-ts(read.csv("data.csv", header = TRUE),start=1970,frequency=12) dat70 <- window(kimdat,start =c(1970,1), end=c(1979,12)) dat80 <- window(kimdat,start =c(1980,1), end=c(1989,12)) dat90 <- window(kimdat,start =c(1990,1), end=c(1999,12)) dat2000 &lt...