Learn R Programming

antitrust (version 0.9)

PCAIDSNests-class: Class PCAIDSNests

Description

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

Arguments

Objects from the Class

Objects can be created by using the constructor pcaids.nests.

Extends

Class PCAIDS, directly. Class AIDS, by class PCAIDS, distance 2. Class Linear, by class AIDS, distance 3. Class Bertrand, by class Linear, distance 4. Class Antitrust, by class Bertrand, distance 5.

Examples

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

Run the code above in your browser using DataLab