> Hello, > > I am new to R (and a novice at statistics). I have a list of objects, with > (ideally) 10 different attributes measured per object. However, in reality, > I was not able to obtain all 10 attributes for every object, so there is > some data missing (unequal number of measured attributes per object). I > would like to cluster my objects based on the measured attributes. Can I > still cluster my objects even though the data is of unequal lengths? If so, > what would be a good R function to do this? > > An example of the setup of the data with the columns ATT1, ATT2, etc as the > different attributes: > OBJ ATT1 ATT2 ATT3 .... > obj1 3 1 3 > obj2 NA 2 4 > obj3 1 NA NA > : > : > > Thank you for your help!
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.