R/boot_wooldridge.R

Defines functions boot_wooldridge

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

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.