https://github.com/cran/Monomvn
Raw File
Tip revision: f168488d07dee196301ff7d48e01235ca5c82119 authored by Robert B. Gramacy on 18 December 2011, 00:00:00 UTC
version 1.8-8
Tip revision: f168488
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(
  pls,
  lars,
  MASS
)
back to top