Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Suppose we want to look at which airlines have similar pricing strategies. The data set looks like this:

Variables: Flight Origination, Flight Destination, Airline1 Price, Airline2 Price, 
           ....Airline10 Price.

Data:
  Origination: A, Destination: B, Airline1 Price=100, Airline2 = 120, ...., Airline10=95
  Origination: A, Destination: C, Airline1 Price=500, Airline2 = 450, ...., Airline10=505
  ......

I wonder if I can use SAS PROC VARCLUS to accomplish this objective. But as I read, it seems PROC VARCLUS is not used for this purpose.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.