Estimate the Common Quantiles
Estimates and displays the common quantiles. i.e. quartiles, quintiles, deciles, and for upper and lower extreme percentiles, for a numeric variable. For any other quantile use function gx.quantile
.
gx.quantiles(x, xname = deparse(substitute(x)))
x |
the data set for which the quantiles are to be estimated. |
xname |
by default the character string for |
Any less than detection limit values represented by negative values, or zeros or other numeric codes representing blanks in the data, must be removed prior to executing this function, see ltdl.fix.df
.
Any NA
s in the data vector are removed prior to estimation.
Robert G. Garrett
## Make test data available data(kola.o) attach(kola.o) ## Estimate the common quantiles gx.quantiles(As, "As (mg/kg) in Kola O-horizon soil") ## Clean-up and detach test data detach(kola.o)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.