Re: [R] help regarding levels

2008-10-03 Thread Steven McKinney
To: r-help@r-project.org Subject: [R] help regarding levels When i try to extract a column of data from an excel file and assign it to a variable , say x, it does assign the column of data as well as different levels. it looks something like this when i print. [1] 6.91 5.89 7.44 8.82 80 Levels: 1.43

[R] help regarding levels

2008-10-03 Thread K3
When i try to extract a column of data from an excel file and assign it to a variable , say x, it does assign the column of data as well as different levels. it looks something like this when i print. [1] 6.91 5.89 7.44 8.82 80 Levels: 1.43 102.07 103.65 106.21 106.24 107.15 108.58 11.19 ... so h