Hi Statalist members,

I have been running the used contributed epctile command to get the median values of my dependent variable Pay.
Code:
epctile  Pay, percentiles(50) over(Age) svy
In terms of output, I need to get the number of observations the command is run over, broken down by Age, i.e. I need e(_N).

When I run
Code:
ereturn list
it looks like e(_N) output is not produced. Is there a way to access it?

Many thanks.