Hello Dmitry, On 6/10/09, Dmitry Gospodaryov <gospodar...@rambler.ru> wrote: > I have the data arranged in table (in Excel, or Notepad): > > x y > > 0 100 > 2 100 > 4 80 > 6 40 > 8 0 > > I need to transfer these data in R file and then going to > operate with x and y as with variables. I should note, that I have > 2.8.1 version. Thank you for advance. > To beginners I often suggest to try Rcmdr, which is a graphical interface to R that smooths the transition to R. In your specific case I would export the data from Excel to a .csv file, and then import it using the "Data > Import data > from text file" menu in Rcmdr. Afterwards, you can manipulate the data either using the command line or Rcmdr's statistical menus. Liviu
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.