Hello everyone
- I have two groups of patients. The first one is operated using the A technique and the second one is operated the B technique.
- The way of evaluating their results is using an ordinal scale (Grade 0, Grade I, Grade II, and Grade III).
- Patients are evaluated before the surgery and one year after it.
- I want to know which is the best treatment (A or B).
But:
- I cannot just compare the postoperative results, since one group can have worse preoperative results than the other (if I just wanted to compare the postoperative results I guess that I should use the
prop_trend_test()
) - I guess I should not use an ordinal variable into a continuous one and perform a
t.test()
on the difference.
I reckon this should be a very common issue when evaluating surveys. You have a certain situation where subjects evaluate something using a likert scale, then you apply two different treatments to them and then you re-evaluate the situation by the same likert scale.
Any help would be welcome.
Thank you.