search for: motor_updr

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

Did you mean: motor_updrs
2010 Nov 27
3
How to load data file without attribute names?
Hi all, I'm new to R and I'm struggling with loading a data file without attribute names, like: 1,72,0,5.6431,28.199 1,72,0,12.666,28.447 1,72,0,19.681,28.695 1,72,0,25.647,28.905 It has no names for the columns nor the rows. I tried data <- read.table(path,header = FALSE, sep = ",") and it seems to work. But later, when I try qqnorm to plot the graph, it gives me the