MarginsAG-Methods | R Documentation |
Computes equilibrium product margins and prices using the aggregative games technique described in Nocke and Schutz (2018). Assumes that firms are playing a Nash-Bertrand pricing game with either Logit or CES demand
## S4 method for signature 'Logit'
calcMarginsAG(object, preMerger = TRUE, level = FALSE)
## S4 method for signature 'CES'
calcMarginsAG(object, preMerger = TRUE, level = FALSE)
## S4 method for signature 'Logit'
calcPricesAG(object, preMerger = TRUE, isMax = FALSE, subset, ...)
object |
An instance of one of the classes listed above. |
preMerger |
If TRUE, returns pre-merger outcome. If FALSE, returns post-merger outcome. Default is TRUE. |
level |
IF TRUE, return margins in dollars. If FALSE, returns margins in proportions. Default for most classes is FALSE. |
Nocke, V. and Schutz, N. (2018), Multiproduct-Firm Oligopoly: An Aggregative Games Approach. Econometrica, 86: 523-557.\Sexpr[results=rd]{tools:::Rd_expr_doi("10.3982/ECTA14720")}/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.