Re: Chernoff's faces

Posted by Reijo Sund on
URL: https://forum.survo.fi/Chernoff-s-faces-tp681p682.html

Hi Diana!

Diana wrote
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.
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!