gen_draws | R Documentation |
Generate Draws with betapert for the input dataframe given
gen_draws(data, Low = "Low", Medium = "Medium", High = "High", Prob = NULL, draws = 50000, bound = 0, refine = F)
data |
The input dataframe |
Low |
name of the column for low, same for Medium, High, etc. |
draws |
number of draws defaults to 50000 |
bound |
percentile of the low values in the assumption distribution, e.g. 10 means the low is the P10 and High is P90, default is 0 |
gen_draws(df,Medium = "Nominal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.