Hi,
thank you for creating the script, it's super helpful!
I needed to analyze continuous characters, which need to be standardized so that they contribute to the results in the same proportions (https://www.researchgate.net/publication/323615953_A_guide_for_the_analysis_of_continuous_and_landmark_characters_in_TNT_Tree_Analysis_using_New_Technologies).
So I added the line:
nstates stand [highest value amonst continued caracters] [list of continuous characters to be standardized, separated by space only];
after those lines:
/*Reopen tnt*/
if ('istnt' || 'isnex')
procedure $input;
In my case, the highest value is 2.8 and I have 3 continuous characters, so the line reads as: nstates stand 2.8 0 1 2;
Just thought this might be helpful to anyone who is facing the same problem!
Best,
Jakob
Hi,
thank you for creating the script, it's super helpful!
I needed to analyze continuous characters, which need to be standardized so that they contribute to the results in the same proportions (https://www.researchgate.net/publication/323615953_A_guide_for_the_analysis_of_continuous_and_landmark_characters_in_TNT_Tree_Analysis_using_New_Technologies).
So I added the line:
nstates stand [highest value amonst continued caracters] [list of continuous characters to be standardized, separated by space only];after those lines:
In my case, the highest value is 2.8 and I have 3 continuous characters, so the line reads as:
nstates stand 2.8 0 1 2;Just thought this might be helpful to anyone who is facing the same problem!
Best,
Jakob