ps-methods {trade} | R Documentation |
Methods To Calculate Producer Surplus
Description
Producer Surplus methods for the TariffBertrand
and TariffCournot
classes
Usage
## S4 method for signature 'TariffBertrand'
calcProducerSurplus(object, preMerger = TRUE)
## S4 method for signature 'TariffCournot'
calcProducerSurplus(object, preMerger = TRUE)
Arguments
object |
an instance of class |
preMerger |
when TRUE, calculates producer surplus under the existing tariff regime. When FALSE, calculates tariffs under the new tariff regime. Default is TRUE. |
Value
product-level (or in the case of Cournot, plant-level) producer surplus
[Package trade version 0.8.1 Index]