View source: R/ssbargain_foc.R
| ssbargain_foc | R Documentation |
Second score bargaining first-order conditions
ssbargain_foc(price, own, alpha, delta, cost, lambda, includeMUI = TRUE)
price |
Price |
own |
Ownership matrix |
alpha |
Price coefficient |
delta |
Mean values |
cost |
Marginal costs for each product |
lambda |
Bargaining power of the buyer |
includeMUI |
logical; TO BE ADDED |
This function calculate the first-order conditions from a bargaining model that nests the second score auction.
The first-order conditions
alpha <- -0.9
delta <- c(.81,.93,.82)
own_pre = diag(3)
p0 <- c(.05, .34, .33)
c_j <- c(.05,.31,.30)
ssbargain_foc(price = p0,own = own_pre,alpha=alpha,delta=delta,cost=c_j,
lambda = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.