Displaying 1 result from an estimated 1 matches for "cardat".
Did you mean:
carat
2003 Feb 01
3
Read.table problem
...ile, what = what, sep = sep, quote = quote, dec = dec, :
line 1 did not have 9 elements
Here is my code:
varnames <- c("names", "symbol", "price", "displ", "gas", "weight", "reliab",
"origin", "type")
cardat <- read.table("PowerMac 7300:Logiciels de
Statistiques:rm162:car02.txt", col.names=varnames,
as.is=c(F,T,F,F,F,F,F,F,F,F))
Can you advice me ?
Thanks in advance,
Pascale Tremblay