Also look at the documentation for read.csv2().
--
David.
On Jun 2, 2009, at 5:43 AM, Cecilia Carmo wrote:
Thank you all!!!
The problem was the decimal symbol! My data was saved in a txt file,
so I’ve introduced the dec="," in «read.table» and it worked.
What I’ve done was
coeficient
Thank you all!!!
The problem was the decimal symbol! My data was saved in a
txt file, so Ive introduced the dec="," in «read.table»
and it worked. What Ive done was
coeficientes<-read.table("coeficientes.txt",sep="\t",header=T,dec=",")
Then, subset worked fine
coeficientesWanted<-subset(coe
2 matches
Mail list logo