https://github.com/cran/reglogit
Raw File
Tip revision: 07d4d2a17887e2c32ce44ae25d3ff4fb26f1dfef authored by Robert B. Gramacy on 16 September 2013, 00:00:00 UTC
version 1.2-2
Tip revision: 07d4d2a
NAMESPACE
# Load the shared object
useDynLib(reglogit)

# Export all names
exportPattern(".")

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

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