ps-methods: Methods To Calculate Producer Surplus

ps-methodsR 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 TariffBertrand or TariffCournot

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


trade documentation built on Aug. 24, 2022, 9:06 a.m.