[R] names(dist(mat)) gives NULL in R 2.1.0
    Peter Dalgaard 
    p.dalgaard at biostat.ku.dk
       
    Thu May  5 13:33:05 CEST 2005
    
    
  
Elio Mineo <elio_mineo at economia.unipa.it> writes:
> In R 2.1.0 I have:
> 
> > names(dist(mat))
> NULL
> 
> I have tried this on Windows (precompiled binary distribution) and on
> Linux Mandrake 10.0 (R compiled from source code).
> Is this a bug or not?
Not.
>From the NEWS file:
    o   The S3 methods for getting and setting names of "dist" objects
        have been removed (as they provided names with a different
        length from the "dist" object itself).
(some side effects are fixed in 2.1.0-patched)
-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
    
    
More information about the R-help
mailing list