insongkim / PanelMatch

111 stars 34 forks source link

Treatment Variation Plot #90

Closed ChenGuocai2021 closed 2 years ago

ChenGuocai2021 commented 2 years ago

Hi @adamrauh, I use the function "DisplayTreatment" to plot, and its results is not right.

my code and its results can be shown as following :

DisplayTreatment( unit.id = "code", time.id = "year",
legend.position = "none", xlab = "year", ylab = "Code", treatment = "t", data = data1 )

image

image

This is of my data: data.xlsx

Looking forward to your reply.

Thank you

ChenGuocai2021 commented 2 years ago

when I use the part of my data , the result is right. when I use the entire data, the result is not right.