Learn R Programming

antitrust (version 0.9)

Logit-class: Class Logit

Description

The Logit class contains all the information needed to calibrate a Logit 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 logit.

Extends

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

Examples

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

Run the code above in your browser using DataLab