Learn R Programming

antitrust (version 0.9)

Auction2ndCap-class: Class Auction2ndCap

Description

The Auction2ndCap class contains all the information needed to calibrate a 2nd price auction with capacity constraints

Arguments

Objects from the Class

Objects can be created by using the constructor function auction2nd.cap.

Extends

Class Antitrust, directly.

Examples

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

Run the code above in your browser using DataLab