https://github.com/cran/reglogit
Raw File
Tip revision: d48463a8a1e1512e71ed3c0f6c7b827a58f0ab59 authored by Robert B. Gramacy on 24 April 2013, 00:00:00 UTC
version 1.2
Tip revision: d48463a
NAMESPACE
# Load the shared object
useDynLib(reglogit)

# Export all names
exportPattern(".")

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

# S3
S3method(predict, reglogit)
S3method(predict, regmlogit)
back to top