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