define_vbp: Define a Value-Based Pricing Analysis

View source: R/vbp_define.R

define_vbpR Documentation

Define a Value-Based Pricing Analysis

Description

Define parameter variations for a value-based pricing analysis.

Usage

define_vbp(...)

define_vbp_(par_name, low_dots, med_dots, high_dots)

Arguments

...

A parameter name and min/max values of the form price, min(price), max(price).

par_name

String vector of price parameter name.

low_dots, med_dots, high_dots

Used to work around non-standard evaluation.

Value

A vbp object.

Examples


define_vbp(
  p, 0, 1000
)


PolicyAnalysisInc/heRoMod documentation built on March 23, 2024, 4:29 p.m.