R/boot_olley_pakes.R

Defines functions boot_olley_pakes

boot_olley_pakes <- function(data, index, ...){
  data <- data[index, ]
  results <- olley_pakes(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.