[R] HELP me please with import of csv to R
    F86 
    faradj.g at gmail.com
       
    Wed Jul 11 23:46:44 CEST 2012
    
    
  
Hello William, 
- I used str()  and got this 
'data.frame':	290 obs. of  2 variables:
 $ Kommuner: Factor w/ 289 levels "Ale","Alingsas",..: 34 40 44 79 95 99 132
162 169 173 ...
 $ Skatt   : Factor w/ 177 levels "28,89","28,9",..: 86 7 47 67 74 25 24 23
85 74 ...
 - and summary()
 - got this 
 summary(skatter)
     Kommuner       Skatt    
 Habo    :  2   33,4   :  9  
 Ale     :  1   31     :  6  
 Alingsas:  1   32,45  :  6  
 Almhult :  1   32     :  5  
 Alvdalen:  1   32,15  :  5  
 Alvesta :  1   33,2   :  5  
 (Other) :283   (Other):254  
So obviously i have done something wrong. Do you know how i get it right? 
Thanks!
--
View this message in context: http://r.789695.n4.nabble.com/Need-HELP-how-find-a-csv-file-tp4636019p4636204.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list