gen_draws: Generate Draws with betapert for the input dataframe given

View source: R/gen_draws.R

gen_drawsR Documentation

Generate Draws with betapert for the input dataframe given

Description

Generate Draws with betapert for the input dataframe given

Usage

gen_draws(data, Low = "Low", Medium = "Medium", High = "High",
  Prob = NULL, draws = 50000, bound = 0, refine = F)

Arguments

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

Examples

gen_draws(df,Medium = "Nominal")

prbr/prvm documentation built on May 18, 2022, 12:39 a.m.