Return quantile number information for numeric vector entries
aux_quantilenumber.RdReturn quantile number information for numeric vector entries
aux_quantilenumber(x, probs = c(0.25, 0.5, 0.75), na.rm = TRUE)Arguments
Value
List with two elements. First: Vector of the same length as x. If BLOW (<) the first quantile in probs an element of 1 is present. If between first (>=)and second (<) quantile then a 2 is present, ... If above or equal (>=) the last quantile then number of elements in probs+1 is present. Second: vector of quantiles.
See also
Other Auxiliary:
IQRloadCSVdata(),
IQRsaveCSVdata(),
and(),
aux_explode(),
aux_explodePC(),
aux_fileparts(),
aux_fileread(),
aux_filewrite(),
aux_getRelPath(),
aux_mkdir(),
aux_na_locf(),
aux_postFillChar(),
aux_preFillChar(),
aux_rmdir(),
aux_simplifypath(),
aux_splitVectorEqualPieces(),
aux_strFindAll(),
aux_strrep(),
aux_strtrim(),
aux_unlevel(),
aux_version(),
calcAICBIC(),
clusterX(),
compare_IQRmodel_IQRsysModel_simulation(),
fit_EmaxModel(),
format_GUM(),
ge(),
gen_aux_version(),
geocv(),
geomean(),
geosd(),
ginv(),
gt(),
interp0(),
interp1(),
interpcs(),
inv_logit(),
le(),
logit(),
lt(),
mod(),
mvrnorm(),
norm_M3(),
or(),
piecewise(),
progressBar(),
remove_duplicates(),
run_silent_IQR(),
stopIQR(),
tempdirIQR(),
tempfileIQR(),
warningIQR()
