Hi
I work with the prescription registry data. I have 13 drugs, and each drug is used in 4 different follow-up periods. I have to describe my data using a box plot that illustrates data for 13 drugs with 4 follow-up periods for each drug. My data looks as follow,
foreach x in a b c d e f g h i j k l m {
`x'_bl_pl90 `x'_pl91_pl180 `x'_pl181_pl270 `x'_pl271_pl365
}
In this example, a b c d e f g h i j k l m are the 13 drugs
`x'_bl_pl90 is the data for x drug during follow-up from baseline to 90 days
`x'_pl91_pl180 is the data for x drug during follow-up from 91-180 days
`x'_pl181_pl270 is the data for x drug during follow-up from 181-270 days
`x'_pl271_pl365 is the data for x drug during follow-up from 271-365 days
I work with the prescription registry data. I have 13 drugs, and each drug is used in 4 different follow-up periods. I have to describe my data using a box plot that illustrates data for 13 drugs with 4 follow-up periods for each drug. My data looks as follow,
foreach x in a b c d e f g h i j k l m {
`x'_bl_pl90 `x'_pl91_pl180 `x'_pl181_pl270 `x'_pl271_pl365
}
In this example, a b c d e f g h i j k l m are the 13 drugs
`x'_bl_pl90 is the data for x drug during follow-up from baseline to 90 days
`x'_pl91_pl180 is the data for x drug during follow-up from 91-180 days
`x'_pl181_pl270 is the data for x drug during follow-up from 181-270 days
`x'_pl271_pl365 is the data for x drug during follow-up from 271-365 days
Comment