Learn R Programming

antitrust (version 0.9)

AIDS-class: Class AIDS

Description

The AIDS class contains all the information needed to calibrate a AIDS demand system and perform a merger analysis under the assumption that firms are playing a differentiated products Bertrand pricing game.

Arguments

Objects from the Class

Objects can be created by using the constructor function aids.

Extends

Class Linear, directly. Class Bertrand, by class Linear, distance 2.

Examples

Run this code
showClass("AIDS")           # get a detailed description of the class
showMethods(classes="AIDS") # show all methods defined for the class

Run the code above in your browser using DataLab