The calcSlopes methods calculate demand parameters assuming that firms are playing a differentitated product Nash-Bertrand pricing game or (as in the case of the Cournot and Stackelberg classes), a Cournot game.
getNestsParms returns a matrix containing the calibrated nesting parameters.
getParms returns a list of model-specific demand parameters. ‘digits’ specifies the number of significant digit to return (default 10).
# S4 method for Cournot
calcSlopes(object)# S4 method for Stackelberg
calcSlopes(object)
# S4 method for Linear
calcSlopes(object)
# S4 method for Logit
calcSlopes(object)
# S4 method for LogLin
calcSlopes(object)
# S4 method for AIDS
calcSlopes(object)
# S4 method for PCAIDS
calcSlopes(object)
# S4 method for PCAIDSNests
calcSlopes(object)
# S4 method for LogitCap
calcSlopes(object)
# S4 method for LogitNests
calcSlopes(object)
# S4 method for Auction2ndLogitNests
calcSlopes(object)
# S4 method for LogitCapALM
calcSlopes(object)
# S4 method for LogitNestsALM
calcSlopes(object)
# S4 method for Auction2ndLogit
calcSlopes(object)
# S4 method for Auction2ndLogitALM
calcSlopes(object)
# S4 method for LogitALM
calcSlopes(object)
# S4 method for CES
calcSlopes(object)
# S4 method for CESALM
calcSlopes(object)
# S4 method for CESNests
calcSlopes(object)
# S4 method for BargainingLogit
calcSlopes(object)
# S4 method for Bargaining2ndLogit
calcSlopes(object)
# S4 method for VertBargBertLogit
calcSlopes(object)
# S4 method for Bertrand
getParms(object, digits = 10)
# S4 method for VertBargBertLogit
getParms(object, digits = 10)
# S4 method for PCAIDSNests
getNestsParms(object)
An instance of the respective class (see description for the classes)
Number of significant digits to report. Default is 2.