Hi everyone, I am having a problem reading my data file in R. It only reads part of it, and stops doing it in half way through the data. I looked at the observation where reading stops, but it is really not different from the observations read it. I expanded the matrix size, but it did not help. I am using a text format to read the data file. Could someone help me? Thank you Soyoko
Soyoko, It would really help if you could provide just a little bit more info. For example, what R commands are you using now to read in your data, and can you provide say the first couple of rows of data that you're trying to read in, and what, if any, errors are getting reported. Thanx steve -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Soyoko Umeno Sent: Tuesday, July 20, 2004 6:16 PM To: r-help at stat.math.ethz.ch Subject: [R] read a file Hi everyone, I am having a problem reading my data file in R. It only reads part of it, and stops doing it in half way through the data. I looked at the observation where reading stops, but it is really not different from the observations read it. I expanded the matrix size, but it did not help. I am using a text format to read the data file. Could someone help me? Thank you Soyoko ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> From: Soyoko Umeno > > Hi everyone, > > I am having a problem reading my data file in R. It only > reads part of it, and stops doing it in half way through the > data. I looked at the observation where reading stops, but > it is really not different from the observations read it. I > expanded the matrix size, but it did not help. I am using a > text format to read the data file. Could someone help me? > > Thank you > Soyoko > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Following the above instruction would help people to help you. You really don't give us much to go on here. What were the commands you used? Were there any warnings or errors? What version of R on what OS are you using? Have you consulted the `R Data Import/Export' manual? Andy
To get better help, I suggest you specify-- 1. How big is the data matrix (file)? 2. How as it created? 3. How are you reading it? (You might post the pertinent part of the R code) At 06:16 PM 07/20/2004, Soyoko Umeno wrote:>Hi everyone, > >I am having a problem reading my data file in R. It only >reads part of it, and stops doing it in half way through the >data. I looked at the observation where reading stops, but >it is really not different from the observations read it. I >expanded the matrix size, but it did not help. I am using a >text format to read the data file. Could someone help me? > >Thank you >Soyoko > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://www.stat.math.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html-- Michael Prager, Ph.D. <Mike.Prager at noaa.gov> NOAA Beaufort Laboratory Beaufort, North Carolina 28516 http://shrimp.ccfhrb.noaa.gov/~mprager/ ***
The question is poorly specified. I can only guess the problem much less the answers, but try reading through http://tolstoy.newcastle.edu.au/R/help/04/07/0443.html http://tolstoy.newcastle.edu.au/R/help/04/07/0224.html On Wed, 2004-07-21 at 00:41, Mike Prager wrote:> To get better help, I suggest you specify-- > > 1. How big is the data matrix (file)? > 2. How as it created? > 3. How are you reading it? (You might post the pertinent part of the R code) > > > At 06:16 PM 07/20/2004, Soyoko Umeno wrote: > >Hi everyone, > > > >I am having a problem reading my data file in R. It only > >reads part of it, and stops doing it in half way through the > >data. I looked at the observation where reading stops, but > >it is really not different from the observations read it. I > >expanded the matrix size, but it did not help. I am using a > >text format to read the data file. Could someone help me? > > > >Thank you > >Soyoko > > > >______________________________________________ > >R-help at stat.math.ethz.ch mailing list > >https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >