Hello
I have in my dataset some varibales like that:
But with a lot of more IDs and dates. I want to do a bar plot and a scatter plot of Participants_included x Month of inclusion and compare it to the "ideal" side by side.
We are inclusion some participants during some months, and my ideal rate of inclusion by month is always 147.
I was trying to play with the graph options but had no success. How can I do a graph like:
1) For bar graph: x axis is the month and for each month you would have two bars: included participants and ideal ones (always 147)
2) Scatter or line: following the same logic, a scatter/line for included and other for ideal. (this could be accumulative or not).
Thanks in advance
I have in my dataset some varibales like that:
ID | Date of inclusion |
2345 | 21/09/2016 |
64278 | 11/10/2016 |
We are inclusion some participants during some months, and my ideal rate of inclusion by month is always 147.
I was trying to play with the graph options but had no success. How can I do a graph like:
1) For bar graph: x axis is the month and for each month you would have two bars: included participants and ideal ones (always 147)
2) Scatter or line: following the same logic, a scatter/line for included and other for ideal. (this could be accumulative or not).
Thanks in advance
Comment