This function calculates 100 percentiles of a vector and returns all of them.
Usage
pctile(x)
Arguments
x
A vector.
Details
This function just shorthand for quantile(x,1:100/100), with a shorter name for reference in the vtable or sumtablesumm option, and which works with sumtablesumm.names styling.