Producer Surplus methods for the TariffBertrand
and TariffCournot
classes
# S4 method for TariffCournot
calcSlopes(object)# S4 method for TariffCournot
calcQuantities(object, preMerger = TRUE, market = FALSE)
calcSlopes
return a TariffCournot object containing estimated slopes. CalcQuantities
returns
a matrix of equilbrium quantities under either the current or new tariff.
an instance of class TariffCournot
when TRUE, computes result under the existing tariff regime. When FALSE, calculates tariffs under the new tariff regime. Default is TRUE.
when TRUE, computes market-wide results. When FALSE, calculates plant-specific results.