Hi,
Consider the following case:
I have defined an alternative (ALT1) by using two attributes Travel time (TT) and Time spent in congestion (Tcong). The levels for the attributes are:
TT[0.8, 0.9, 1.0, 1.1, 1.2]
Tcong[0.3, 0.4, 0.5, 0.6, 0.7]
These levels represent the multipliers which will be multiplied with the values revealed by the respondent.
E.g. If respondent gives --> TT = 20 min. Then I wish to do the following:
ALT1
TT = 0.8*20 = 16
TCong = 0.5*16 = 5 (I multiplied the calculated TT value further with one of the levels of Tcong)
Will this operation have a negative impact during the model estimation (as the level for Tcong is effectively 0.8X0.5=0.4)?
Please advise whether is it a safe operation or should I refrain from doing this.
Thanks
Neeraj