Dear R-helper,
   
  Is there a command to get an array indexed 1 to T from T to 1?
   
  For example:
   
  a <- c(1, 2, 3)
   
  and by applying such a command I can get
   
  a[1] = 3
  a[2] = 2
  a[3] = 1 
   
  Thanks a lot and best regards
  Julio

                
---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to