Good afternoon everybody
I need your help. I have a panel database and I want to make a graph of salary evolution but filtered for men and women. Edtoy using the following code, since it is the evolution of the average salary.
line mean time if tag , ytitle( sueldo(units)) legend(order(2))
But I don't know how to filter by man and woman.
I need your help. I have a panel database and I want to make a graph of salary evolution but filtered for men and women. Edtoy using the following code, since it is the evolution of the average salary.
line mean time if tag , ytitle( sueldo(units)) legend(order(2))
But I don't know how to filter by man and woman.
Comment