
# Export all names
exportPattern(".")

importFrom("stats", "sd")

# Import all packages listed as Imports or Depends
import(MASS)
