Saturday, February 27, 2021

Graph with conditioning

Hi there, I would like to create a graph with two lines one for each condition. This is what I tried:

graph twoway (line mean_BARTAdj weekday_ordered if origin_condition==0, line mean_BARTAdj weekday_ordered if origin_condition==1)

No comments:

Post a Comment