Chuck Mitchell
unread,Mar 4, 2012, 4:52:41 PM3/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TNT-Tree Analysis using New Technology
I am trying to manually set character weights for a couple characters
as part of a sensitivity analysis. I have tried several options using
syntax of the CCODE command in the data file as best I understand it,
but all have failed.
As I understand it, the basic setting is
;
ccode
/1-[0
/1-[2
...etc.
with /N (1 in this case) as the weight. So, I changed the weights for
the four possibly correlated characters to 0.25 so that they would
collectively have the same weight as a single character weighted 1
with the syntax:
/0.25-[0
This generates an error -- 0 weight is not allowed. I next tried:
/.25[0
but that did nothing. The analysis ran but the trees had the same
length as when all characters were weight 1.
I infer from this that TNT does not support fractional weights. Is
that correct, or have I got the syntax wrong?
Since I have another set of 5 characters that I want collectively to
have the same weight as other single characters, I tried whole number
weights of 4, 5, and 20, for the set of five, the set of four, and
the rest, respectively, but the aquickie.run script crashes with a
memory error and a message about increasing slack for sectors to 20 or
more... I don't know how to read or write scripts and cannot find
enough info in the TNT wiki and web site to figure out how to fix
this.
Does anyone have a simple suggestion about how to achieve this
sensitivity analysis?