R/boot_levinsohn_petrin.R

Defines functions boot_levinsohn_petrin

boot_levinsohn_petrin <- function(data, index, ...){
  data <- data[index, ]
  results <- levinsohn_petrin(data = data, verify = FALSE, ...)
  c(results[["Coefficients"]])
}

Try the estprod package in your browser

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

estprod documentation built on July 20, 2020, 5:07 p.m.