https://github.com/cran/SemiPar
Raw File
Tip revision: 85280c37a01d525e516a7f66545f097ac43ed128 authored by Billy Aung Myint on 16 April 2018, 14:01:35 UTC
version 1.0-4.2
Tip revision: 85280c3
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(
  cluster,
  nlme,
  MASS
)

importFrom("grDevices",
           "col2rgb", "dev.off", "rgb")
importFrom("graphics",
           "abline", "image", "lines", "locator", "par", "plot",
           "points", "polygon", "rug", "text")
importFrom("stats",
           "as.formula", "binomial", "dist", "glm", "lm", "lm.fit",
           "poisson", "pt", "quantile", "uniroot")

S3method(fitted, spm)
S3method(lines, spm)
S3method(plot, spm)
S3method(predict, spm)
S3method(print, spm)
S3method(residuals, spm)
S3method(summary, spm)
back to top