This post was updated on .
Hi!
I'm trying to test a visualization technique called Chernoff Faces using Survo MM v 3.57 on Windows 7, but i can't follow the steps in Survo demo for Chernoff's faces because i am getting an error. After i run the first command, PLOT FOSSILS / TYPE=FACES, it tells me that it can't find the FOSSILS.SVO file, which is required for the method to work. I've also looked in the directory where the application was installed and i couldn't find any file with that name. If i don't have the data set, the FOSSILS.SVO file, i can't test the method and i really need to do that. It's urgent! Thanks! |
Administrator
|
Hi Diana!
The data set is included in the same edit field as the demo (not as a file, but edit field data). If you want to copy the data to a file, you can use the command FILE COPY. To do that separately, paste the following text to the edit field and activate the line that has a command FILE COPY. After that there should be a file FOSSILS.SVO in your current directory. FILE COPY FOS TO FOSSILS DATA FOS Species D1 D2 D3 D4 D5 D6 D7 D8 Label Westafr -8.09 0.49 0.18 0.75 -0.06 -0.04 0.04 0.03 H1 British -9.37 -0.68 -0.44 -0.37 0.37 0.02 -0.01 0.05 H2 Austral -8.87 1.44 0.36 -0.34 -0.29 -0.02 -0.01 -0.05 H3 Gorilla1 6.28 2.89 0.43 -0.03 0.10 -0.14 0.07 0.08 A1 Gorilla2 4.28 1.52 0.71 -0.06 0.25 0.15 -0.07 -0.10 A2 Orang1 5.11 1.61 -0.72 0.04 -0.17 0.13 0.03 0.05 A3 Orang2 3.60 0.28 -1.05 0.01 -0.03 -0.11 -0.11 -0.08 A4 Chimpan1 3.46 -3.37 0.33 -0.32 -0.19 -0.04 0.09 0.09 A5 Chimpan2 3.05 -4.21 0.17 0.28 0.04 0.02 -0.06 -0.06 A6 Pith.Pek -6.73 3.63 1.14 2.11 -1.90 0.24 1.23 -0.55 F1 Pith.P2 -5.90 3.95 0.89 1.58 -1.56 1.10 1.53 0.58 F2 Par.Robu -7.56 6.34 1.66 0.10 -2.23 -1.01 0.68 -0.23 F3 Par.Cras -7.79 4.33 1.42 0.01 -1.80 -0.25 0.04 -0.87 F4 Megantro -8.23 5.03 1.13 -0.02 -1.41 -0.13 -0.28 -0.13 F5 Proc.Afr 1.86 -4.28 -2.14 -1.73 2.06 1.80 2.61 2.48 F6 Hopefully this helps! |
Thanks a lot!
It worked like a charm. Now i can finally test this method. Thanks for the fast reply! |
Administrator
|
Dear Diana,
It would be nice to see your achievements with the Chernoff's faces! Survo is one of the earliest platforms where this "funny" technique was implemented, see Mustonen, S. (1980). On Interactive Statistical Data Processing. 8th Nordic Conference on Mathematical Statistics, May 1980, Mariehamn, Ă…land. (10+9 pp.) http://survo.fi/publications/Nordic_MathStat8_Mariehamn_1980.pdf Please post something here (as soon as convenient for you). We are happy to comment and help you further. Best regards, - Kimmo |
Hey!
I will try to post other things during my work with Chernoff's faces. If i encounter any difficulties i'll let you know. Thanks for the help! |
In reply to this post by Kimmo Vehkalahti
Hi!
I have a little problem with the result of the GPLOT command for my faces. Although i have more than ten variables it keeps showing me only the first ten of them. So i am getting ten faces instead of fifteen. This is the command i am running GPLOT FOS / TYPE=FACES without the parameter list. Is there any limitation regarding the number of faces that it can display at a time. I am using the data that Reijo Sund sent to me. DATA FOS Species D1 D2 D3 D4 D5 D6 D7 D8 Label Westafr -8.09 0.49 0.18 0.75 -0.06 -0.04 0.04 0.03 H1 British -9.37 -0.68 -0.44 -0.37 0.37 0.02 -0.01 0.05 H2 Austral -8.87 1.44 0.36 -0.34 -0.29 -0.02 -0.01 -0.05 H3 Gorilla1 6.28 2.89 0.43 -0.03 0.10 -0.14 0.07 0.08 A1 Gorilla2 4.28 1.52 0.71 -0.06 0.25 0.15 -0.07 -0.10 A2 Orang1 5.11 1.61 -0.72 0.04 -0.17 0.13 0.03 0.05 A3 Orang2 3.60 0.28 -1.05 0.01 -0.03 -0.11 -0.11 -0.08 A4 Chimpan1 3.46 -3.37 0.33 -0.32 -0.19 -0.04 0.09 0.09 A5 Chimpan2 3.05 -4.21 0.17 0.28 0.04 0.02 -0.06 -0.06 A6 Pith.Pek -6.73 3.63 1.14 2.11 -1.90 0.24 1.23 -0.55 F1 Pith.P2 -5.90 3.95 0.89 1.58 -1.56 1.10 1.53 0.58 F2 Par.Robu -7.56 6.34 1.66 0.10 -2.23 -1.01 0.68 -0.23 F3 Par.Cras -7.79 4.33 1.42 0.01 -1.80 -0.25 0.04 -0.87 F4 Megantro -8.23 5.03 1.13 -0.02 -1.41 -0.13 -0.28 -0.13 F5 Proc.Afr 1.86 -4.28 -2.14 -1.73 2.06 1.80 2.61 2.48 F6 Thanks! |
Administrator
|
Try plotting with the command (i.e. add the specification FSIZE=120): GPLOT FOS / TYPE=FACES FSIZE=120 You can see other options from the help system by activating the line: CHERNOFF? |
Free forum by Nabble | Edit this page |