Displaying 1 result from an estimated 1 matches for "nejm_web_fig1data".
2007 May 15
1
read.table() can't read in this table (But Splus can) (PR#9687)
...ac OS X; 2.2.1: Linux
> Submission from: (NULL) (192.35.79.70)
>
>
> To reproduce this bug, first go to the website "http://llmpp.nih.gov/DLBCL/" and
> download the 14.8M data set "Web Figure 1 Data file". The direct link is
> "http://llmpp.nih.gov/DLBCL/NEJM_Web_Fig1data". Save it as "datafile.txt"
>
> Then, start R, type in command "x <- read.table("datafile.txt", header=TRUE,
> sep="\t")". The data has 7400 lines, but not all lines could be read in by R.
>
> Easier test data set:
> Use the comman...