Hi everyone,
I am calculating the percentiles of simulation data and would like to have the results as a single table instead of a table for each variable. I would like a single table so it is easier to make a graph.
- V2 to V21 are timesteps
Currently I am using this code:
foreach v of varlist v* {
centile `v' , centile(10 50 90)
}
The image below is a sample of what I am currently getting.

Any help is much appreciated,
Thank you
I am calculating the percentiles of simulation data and would like to have the results as a single table instead of a table for each variable. I would like a single table so it is easier to make a graph.
- V2 to V21 are timesteps
Currently I am using this code:
foreach v of varlist v* {
centile `v' , centile(10 50 90)
}
The image below is a sample of what I am currently getting.
Any help is much appreciated,
Thank you
Comment