| Eps | R Documentation |
Inverse cumulative distribution function for a subset of the dataset
Eps(p, data, group = "qtyvar")
p |
cumulative distribution percentile |
data |
dataset with defined group and newwts columns |
group |
variable of interest |
Cumulative distribution percentile for quantile y
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.