Displaying 1 result from an estimated 1 matches for "orels".
Did you mean:
rels
2009 Sep 23
3
Reading data
Dear R-users,
I am a new user for R. I am eager to lean about it.
I wanted to read and summary of the a simple data file
I used the following,
rel <- read.table("C:/Documents and Settings/ashta/My
Documents/R_data/rel.dat", quote="",header=FALSE,sep="",col.names=
c("id","orel","nrel"))
summary(rel)
Below is the