inst/ct_shiny/Simulations/mergersSims.R

mergersSims <- function(supply, demand = "logit", indata, mktElast = NA_real_,
                        type = c("Horizontal", "Vertical")) {
  type <- match.arg(type)
  spec <- model_spec(type, supply, demand)
  run_model(spec, indata, list(mktElast = mktElast))
}

Try the competitiontoolbox package in your browser

Any scripts or data that you put into this service are public.

competitiontoolbox documentation built on Aug. 27, 2026, 1:06 a.m.