Hi I would like to plot the mean of Preopeq5d and postop eq5d by remoteness categorical variable
i can plot the mean of one variable using
-ciplot preopeq5d-
Can I add on one graph the mean preopeq5d, mean postopeq5d30days in one plot using ciplot?
i can plot the mean of one variable using
-ciplot preopeq5d-
Can I add on one graph the mean preopeq5d, mean postopeq5d30days in one plot using ciplot?
Code:
* Example generated by -dataex-. For more info, type help dataex clear input byte remoteness_index_see_http float(EQ5Dindex_preop EQ5Dindex_postop30d) 1 .704 . 3 .758 . 2 .808 . 1 .829 . 1 .892 . 2 .801 . 2 .879 . 1 .758 . 2 .808 . 1 .808 . end label values remoteness_index_see_http r14 label def r14 1 "0-40mins", modify label def r14 2 "40mins - 1hr", modify label def r14 3 "1-2hr", modify
Comment