Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "Australia Australia ..."
  2.  
  3. 1,1,...,2,2,...,4,4.. etc.
  4.  
  5. gdppc=read.xlsx("H:/dissertation/ALL/YAS.xlsx",sheetIndex = 1,startRow = 1)
  6. countryvec=gdppc[,1]
  7. country=c()
  8. for (j in 1:43){
  9. x=rep(countryvec[j],25)
  10. country=append(country,countryvec)
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement