Hello,
I am new to Stata and only familiar with the simplest functions.
For an analysis I would like to create a sankey graph with panel data. The function for sankey graph is
sankey value, from(source) to(destination) by(layer)
where value and level are numeric and source and target are a string. I have managed to create a static graph, but I want to make it more dynamic (in case some numbers change due to case dropping).
But I haven't managed to do that yet.
Does anyone have experience with this command and can help me?
Best
Lara
I am new to Stata and only familiar with the simplest functions.
For an analysis I would like to create a sankey graph with panel data. The function for sankey graph is
sankey value, from(source) to(destination) by(layer)
where value and level are numeric and source and target are a string. I have managed to create a static graph, but I want to make it more dynamic (in case some numbers change due to case dropping).
But I haven't managed to do that yet.
Does anyone have experience with this command and can help me?
Best
Lara
Comment