https://github.com/cran/reglogit
Raw File
Tip revision: bc13cf2087139f77fcd6d62ff372df3c2cab1f01 authored by Robert B. Gramacy on 20 December 2011, 00:00:00 UTC
version 1.1
Tip revision: bc13cf2
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  methods,
  mvtnorm,
  boot
)
back to top