Re: [R] help formatting data for clustering

2012-11-14 Thread David Winsemius
0 0 1 1 > > > A.K. > > ----- Original Message ----- > From: David Carlson > To: 'Raphael Bauduin' ; r-help@r-project.org > Cc: > Sent: Tuesday, November 13, 2012 5:38 PM > Subject: Re: [R] help formatting data for clustering > > This is easier if you

Re: [R] help formatting data for clustering

2012-11-13 Thread arun
phael Bauduin' ; r-help@r-project.org Cc: Sent: Tuesday, November 13, 2012 5:38 PM Subject: Re: [R] help formatting data for clustering This is easier if you read the data into a list instead of creating a data frame since the number of values on each row is different. You may be able to mod

Re: [R] help formatting data for clustering

2012-11-13 Thread David Carlson
Station, TX 77840-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Raphael Bauduin Sent: Tuesday, November 13, 2012 4:47 AM To: r-help@r-project.org Subject: [R] help formatting data for clustering Hi, I'm a R beg

[R] help formatting data for clustering

2012-11-13 Thread Raphael Bauduin
Hi, I'm a R beginner. I have data of this form: user_id, brand_id1, brand_id2, . for example: 1 , 45 , 32, 45, 23 2 , 34 4, 11, 43, 45 I'm looking for the right procedure to be able to cluster users. I am especially interested to know which functions to use at each step. I am currently abl