https://github.com/cran/mlegp
Raw File
Tip revision: 191306016d2a81b805572137714d8687275d9fbf authored by Garrett M. Dancik on 30 January 2018, 13:20:17 UTC
version 3.1.5
Tip revision: 1913060
NAMESPACE
# NAMESPACE file 
useDynLib(mlegp, .registration = TRUE)
exportPattern("^[^\\.]")

S3method(plot, gp)
S3method(plot, gp.list)
S3method(plotObservedEffects, gp)
S3method(predict, gp)
S3method(print, gp)
S3method(print, gp.list)
S3method(summary, gp)
S3method(summary, gp.list)

importFrom("graphics", "abline", "hist", "lines", "par", "plot")
importFrom("stats", "qqline", "qqnorm", "var")
back to top