Re: [R] R import glitch "missing data"

2011-05-26 Thread StatBat2
Wierd... sorry about the double posting... -- View this message in context: http://r.789695.n4.nabble.com/R-import-glitch-missing-data-tp3553079p3553444.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] R import glitch "missing data"

2011-05-26 Thread StatBat2
That is the strange thing... I DON’T get a warning message. R behaves as if all data is being imported successfully. I don't receive a memory warning, or warning of any kind. I've scanned my data for potential problems and I do not have any ('). However... The .txt version of my file does use (")

Re: [R] R import glitch "missing data"

2011-05-26 Thread Struckmeier, Nathanael
er.langfel...@gmail.com] Sent: Thursday, May 26, 2011 10:59 AM To: Struckmeier, Nathanael Cc: r-help@r-project.org Subject: Re: [R] R import glitch "missing data" On Thu, May 26, 2011 at 10:03 AM, StatBat2 wrote: > Hello! > > I am trying import data into R and im running in

Re: [R] R import glitch "missing data"

2011-05-26 Thread David Winsemius
On May 26, 2011, at 1:59 PM, Peter Langfelder wrote: On Thu, May 26, 2011 at 10:03 AM, StatBat2 wrote: Hello! I am trying import data into R and im running into a snag. GOAL: Import a 4 column, 8,000 row table into R including headers. WHAT I'VE ATTEMPTED: Original data was in Excel format

Re: [R] R import glitch "missing data"

2011-05-26 Thread Peter Langfelder
On Thu, May 26, 2011 at 10:03 AM, StatBat2 wrote: > Hello! > > I am trying import data into R and im running into a snag. > > GOAL: > Import a 4 column, 8,000 row table into R including headers. > > WHAT I'VE ATTEMPTED: > Original data was in Excel format. > Converted data to both a .txt and .csv

[R] R import glitch "missing data"

2011-05-26 Thread StatBat2
Hello! I am trying import data into R and im running into a snag. GOAL: Import a 4 column, 8,000 row table into R including headers. WHAT I'VE ATTEMPTED: Original data was in Excel format. Converted data to both a .txt and .csv (to see which worked better) Imported data into R via commands as o