https://github.com/cran/ismev
Raw File
Tip revision: ffe568d732e72e071012a989d672996be6d8cc88 authored by Eric Gilleland on 10 May 2018, 21:08:29 UTC
version 1.42
Tip revision: ffe568d
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

import( mgcv )

importFrom("graphics", "abline", "hist", "lines", "par", "plot",
             "points", "title")
importFrom("stats", "aggregate", "as.formula", "ave", "fitted",
             "optim", "predict", "qchisq", "qnorm", "quantile",
             "uniroot", "update", "var")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
back to top