Dear fellow Stata users,
thank you very much for reading my post. I am currently working on an interesting analysis and asking for your advice. From what I read, an approach including bootstrapping / Monte Carlo simulation might help me, but, unfortunately, I seem to be unable to find the right source to help guide my work.
I have conducted an experiment with three groups:
In group 1, participants had to answer a task (baseline task).
In group 2, participants received some sort of intervention and then had to answer a slightly modified task (treatment task).
In group 3, participants first had to answer the baseline task, then received the above-mentioned intervention, and were allowed to change their previous answer (comparable to the treatment task).
I have an ordinal variable from each task (one for each participant group 1, one for each participant group 2, two for each participant in group 3) as well as an (almost) numerical equivalent of this ordinal variable (based on specific utility function, some participants are excluded due to this transformation if their choice was irrational). I use this numerical variable for my pairwise testing of the treatment effects. For that, I used between-subject nonparametric testing (Mann-Whitney-U-tests between group 1 and group 2 as well as group 1 and the second answer in group 3). In addition, I performed within-subject nonparametric testing (Wilcoxon-Signed-Ranks-test between the first and the second answer in group 3). With that, I can investigate the treatment effect (change between group 2 and group 1) as well as the treatment effect after an initial baseline decision (change between the second and the first answer in group 3).
I want to follow up on this with a nonparametric test between the "difference between group 1 and group 2" (baseline-treatment) and the "difference within group 3" (first answer-second answer). I thought about randomly matching participants from group 1 with participants in group 2, calculating the pair's difference, using these differences for a comparison with the differences in group 3.
Does this approach sound like a reasonable idea to you?
Do you have any source / paper / advice / guidance on how to perform this in Stata?
Related Posts with Bootstrapping? - Comparing the within-subject treatment effect with the between-subject treatment effect (based on two other groups)
How to convert a scalar value into a large matrixSay I have a value of 2 How can I convert this into say a [50,1] matrix such that it is the same si…
syntax: add a minus before a list of variablesDear Stata users, I want to make a convenient wrapper using gsort command. My question is how to ad…
How can I install meta analysis package in my stata 17?Dear, professor, I want to install a meta-analysis package on my Stata 17. It shows like that. Runni…
Outreg2 and other issues with xtprobitHi all, I have a few questions regarding my code below: 1- Using Code: xtset dep time gives me th…
xtivreg2 with time fixed effectsHello I want to find the causal effect of the number of new electric vehicles on the number of char…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapping? - Comparing the within-subject treatment effect with the between-subject treatment effect (based on two other groups)
Post a Comment