R/package_info.r

Defines functions ps.pkg.info

ps.pkg.info = function() {
  # Name of this package
  package = "RTutorLogit"
  
  # Name of problem sets in the package
  ps = c("Logit")
  
  list(package=package, ps = ps)
}
djourd1/RTutorLogit documentation built on April 12, 2020, 10:18 a.m.