Prices.PC: This function creates a vector of combination p.1 and p.2...

Description Usage Arguments Value

Description

This function creates a vector of combination p.1 and p.2 from sequences of prices p.1 and p.2 It will be searched to find prices that maximize profits in PC strategy

Usage

1
Prices.PC(p1.min.max, p2.min.max, step)

Arguments

step

Increment of the sequences

p.1.min.max

Minimum and maximum value of price p1 [p.1.min.max <- c(p.1.min, p.1.max)]

p.2.min.max

Minimum and maximum value of price p2 [p.2.min.max <- c(p.2.min, p.2.max)]

Value

A vector of all possible combinations of p.1 and p.2 from sequences of prices: (from p.1.min, p.1.max by step), (from p.2.min, p.2.max by step).


tomvar/bundling documentation built on May 31, 2019, 6:20 p.m.