# Default NAMESPACE created by R
# Remove the previous line if you edit this file

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

importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "coef", "cov", "pt", "rnorm", "runif", "var",
           "vcov")

# Export all names
exportPattern(".")

S3method("coef", "mypls")
S3method("vcov", "mypls")
