Re: [R] Help with K-Means output

2018-12-08 Thread Bill Poling
Terrific David, that's got it thanks again! From: David L Carlson Sent: Saturday, December 8, 2018 11:12 AM To: Bert Gunter ; Bill Poling Cc: R-help Subject: RE: [R] Help with K-Means output You should also read the manual page for ?split and learn how to work with lists: # Split the

Re: [R] Help with K-Means output

2018-12-08 Thread Bill Poling
Thank you Bert. From: Bert Gunter Sent: Saturday, December 8, 2018 12:19 PM To: Bill Poling Cc: R-help Subject: Re: [R] Help with K-Means output See David Carlson's reply -- and his advice for learning about how to use lists. "And I can just join this DF with my original DF us

Re: [R] Help with K-Means output

2018-12-08 Thread Bill Poling
Thank you David I will try that as well. WHP From: David L Carlson Sent: Saturday, December 8, 2018 11:12 AM To: Bert Gunter ; Bill Poling Cc: R-help Subject: RE: [R] Help with K-Means output You should also read the manual page for ?split and learn how to work with lists: # Split the data

Re: [R] Help with K-Means output

2018-12-08 Thread Bert Gunter
> # 14355 6 > > And I can just join this DF with my original DF used for the KMean, > correct? > The vertical order is the same? > > WHP > > > From: Bert Gunter > Sent: Saturday, December 8, 2018 10:46 AM > To: Bill Poling > Cc: R-help > Subject: R

Re: [R] Help with K-Means output

2018-12-08 Thread Bill Poling
14355 6 And I can just join this DF with my original DF used for the KMean, correct? The vertical order is the same? WHP From: Bert Gunter Sent: Saturday, December 8, 2018 10:46 AM To: Bill Poling Cc: R-help Subject: Re: [R] Help with K-Means output Please see ?kmeans and note the &q

Re: [R] Help with K-Means output

2018-12-08 Thread David L Carlson
[[1]] David L. Carlson Department of Anthropology Texas A&M University -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Bert Gunter Sent: Saturday, December 8, 2018 9:46 AM To: bill.pol...@zelis.com Cc: R-help Subject: Re: [R] Help with K-Means

Re: [R] Help with K-Means output

2018-12-08 Thread Bert Gunter
Please see ?kmeans and note the "cluster" component of the returned value that would appear to provide the info you seek. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County"

[R] Help with K-Means output

2018-12-08 Thread Bill Poling
Good afternoon. I hope I have provided enough info to get my question answered. I am running windows 10 -- R3.5.1 -- RStudio Version 1.1.456 When running a K-Means clustering routine is it possible to get the actual data from each cluster into a DF? I have reviewed a number of tutorials and unl