Hi,
I am generating simple summary using the fsum command below.
I would like to produce additional statistics for p10 and p90 but those statistics appear not be available via the fsum. Is there any way, I could work around this problem? With respect to the task at hand, the output generated by fsum suits me perfectly, especially the option uselabel proves extremely handy. The only functionality I am missing here is concerned with additional statistics that I have to presently produce.
I am generating simple summary using the fsum command below.
Code:
fsum `sumvars', uselabel stats(p5 mean median p95)
Comment