search for: jacsdata2

Displaying 1 result from an estimated 1 matches for "jacsdata2".

Did you mean: acsdata
2006 Jul 21
4
unexpected results
...some unexpected results following a guide on the internet. If anyone can help that would be great - I think it is something about the way the data has been read in! I've read a coma delimited text data file that was saved from excel: > jacs.data <- read.table("/Users/natha/Desktop/JACSdata2.txt", header=TRUE, > sep=",") This seemed to work fine, but then I start to get unusual results that don't seem right: The guide says that names(file.data) will give output like "ID" "JURIS" "RESCODE" , but I get ID.JURIS.RESCODE. The guide say...