inst/tinytest/test_wooldridge.R

data_folder <- paste0(getwd(),"//data")


  # Are there 115 data sets with .Rdata files?
expect_equal(length(data(list = c(data(package = "wooldridge")$results[,3]))), 115,
             info = "Are there 115 data sets in the package?")
  
JustinMShea/wooldRidge documentation built on May 8, 2023, 12:55 a.m.