Displaying 1 result from an estimated 1 matches for "dat80".
Did you mean:
dat0
2013 Feb 26
1
problem with nested loops
...ot evaluate to the dataset name. Does anyone 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,sta...