Learn R Programming

antitrust (version 0.99.10)

Auction2ndLogitALM-class: Class “Auction2ndLogitALM”

Description

The “Auction2ndLogitALM” class contains all the information needed to calibrate a Logit demand system with unobserved outside share and perform a merger simulation analysis under the assumption that firms are setting offers in a 2nd-score auction.

Arguments

Objects from the Class

Objects can be created by using the constructor function auction2nd.logit.alm.

Extends

Class '>Auction2ndLogit, directly. Class '>Logit, distance 2. Class '>Bertrand, by class '>Logit, distance 3. Class '>Antitrust, by class '>Bertrand, distance 4.

Methods

For all of methods containing the ‘preMerger’ argument, ‘preMerger’ takes on a value of TRUE or FALSE, where TRUE invokes the method using the pre-merger ownership structure, while FALSE invokes the method using the post-merger ownership structure.

calcSlopes

signature(object)

Uncover Logit ALM demand parameters. Assumes that firms are currently at equilibrium in a 2nd-score auction.

Examples

Run this code
# NOT RUN {
showClass("Auction2ndLogitALM")           # get a detailed description of the class
showMethods(classes="Auction2ndLogitALM") # show all methods defined for the class
# }

Run the code above in your browser using DataLab