powered by
Inverse cumulative distribution function for a subset of the dataset
Eps(p, data, group = "qtyvar")
Cumulative distribution percentile for quantile y
cumulative distribution percentile
dataset with defined group and newwts columns
variable of interest
df_samp <- data.frame(qtyvar = rnorm(1000, mean = 5, sd = 2),newwts = rep(1, 1000)) Eps(0.25,df_samp) # Finds the quantile for 25th percentile in simulated data.
Run the code above in your browser using DataLab