1
vote
1answer
124 views

Using mixed variables in two-step cluster analysis

I need to perform cluster analysis on my data set which includes both continuous and categorical type of variables. Having read around, I think K-Means is not a suitable technique for mixed data. Can ...
2
votes
1answer
192 views

Does SPSS rescale dendrograms?

A colleague and I have been clustering some data in SPSS (v19) and R (2.15), respectively. Using the same distance metric and agglomeration method, we get identical merge orders/agglomeration ...
1
vote
1answer
132 views

Clustering time series

I want to create forecasting for a large quantity of time series. Since they are too many, I am thinking on reducing my data by clustering it into to similar groups. However, I am using SPSS modeler ...
2
votes
0answers
188 views

How to cluster standard errors (by country) using SPSS?

I'm trying to obtain robust standard errors as my regression residuals seem to be correlated... My sample data has 8 countries and I would like to cluster the standard errors by these 8 countries ...
1
vote
1answer
249 views

Clustering of time series

I have a set of almost 1600 time series on 2 years which I want to group into clusters. Do you think this is possible using k-means? Which method do you advice me to use? Is this possible at all using ...
1
vote
2answers
345 views

Can I use log-likelihood distance on data of only continuous variables?

I have to run a SPSS two-step cluster analysis. All my 4 variables are continuous scalar standardized parameters (with normal distribution). The dataset includes 10,000 cases. SPSS suggest to use ...
1
vote
2answers
318 views

Interpreting average linkage clustering results in SPSS

I am trying to cluster 6 PC scores for a 1600 cases data (so its a 1600 x 6 matrix). I am using average linkage clustering technique that would be followed by a K mean clustering. The purpose of ...
2
votes
1answer
1k views

How can I compare Likert scale data of two clusters in SPSS?

In SPSS, I want to compare two clusters of management sciences department faculty members in two universities. Which test should I use? Can you explain how to do it in SPSS?
6
votes
1answer
342 views

Derivation of distance in two-step clustering

I am working with the two step cluster process in SPSS Modeler (Clementine) and trying to get a sense for the distance function used. It is a log-likelihood function (as stated in docs) but I am ...