TTO
Posted: Fri Oct 14, 2022 2:47 pm
We are considering conducting a time trade-off (TTO) study using Ngene.
We would like to have a trade-off between perfect health and a specific health state, and would like to examine the impact of each attribute that made up the health state.
I would like to create "orthogonal" and "D-efficient designs" in Ngene, like URL research.
https://doi.org/10.1016/j.jval.2019.06.008
How about a program like this?
"orthogonal"
"D-efficient designs"
Tell me there was another good way.
Please give me your opinion.
We would like to have a trade-off between perfect health and a specific health state, and would like to examine the impact of each attribute that made up the health state.
I would like to create "orthogonal" and "D-efficient designs" in Ngene, like URL research.
https://doi.org/10.1016/j.jval.2019.06.008
How about a program like this?
"orthogonal"
- Code: Select all
Design
;alts = alt1, none
;rows = 25
;orth = sim
;model:
U(alt1) = b1 * A[0,1,2,3,4] + b2 * B[0,1,2,3,4] + b3 * C[0,1,2,3,4] + b4 * D[0,1,2,3,4] + b5 * E[0,1,2,3,4] + b6 * F[0,1,2,3,4]
$
"D-efficient designs"
- Code: Select all
Design
;alts = alt1, none
;rows = 25
;eff = (mnl,d)
;model:
U(alt1) = b1 * A[0,1,2,3,4] + b2 * B[0,1,2,3,4] + b3 * C[0,1,2,3,4] + b4 * D[0,1,2,3,4] + b5 * E[0,1,2,3,4] + b6 * F[0,1,2,3,4]
$
Tell me there was another good way.
Please give me your opinion.