search for: tax3

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

Did you mean: tax
2012 Jun 24
2
Defining multiple variables in a loop
...row(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)), replace = T)) gdp2 <- as.matrix(sample(country2$yoygdpcapita, size = (nrow(country2)), replace = T)) gdp3 <- as.matrix(sample(count...