Displaying 1 result from an estimated 1 matches for "lagtaxvsgdp1".
2012 Jun 24
2
Defining multiple variables in a loop
...<- as.matrix(sample(country1$lagexpVSgdp, size =
(nrow(country1)), replace = T))
exp2 <- as.matrix(sample(country2$lagexpVSgdp, size =
(nrow(country2)), replace = T))
exp3 <- as.matrix(sample(country3$lagexpVSgdp, size =
(nrow(country3)), replace = T))
tax1 <- as.matrix(sample(country1$lagtaxVSgdp1, size =
(nrow(country1)), replace = T))
tax2 <- as.matrix(sample(country2$lagtaxVSgdp1, size =
(nrow(country2)), replace = T))
tax3 <- as.matrix(sample(country3$lagtaxVSgdp1, size =
(nrow(country3)), replace = T))
gdp1 <- as.matrix(sample(country1$yoygdpcapita, size =
(nrow(country1)), re...