https://github.com/cran/ismev
Revision 1165c832e1eb77710a1771c8d27f7dcbe7578677 authored by Eric Gilleland on 28 April 2016, 00:16:22 UTC, committed by cran-robot on 28 April 2016, 00:16:22 UTC
1 parent d1952f6
Raw File
Tip revision: 1165c832e1eb77710a1771c8d27f7dcbe7578677 authored by Eric Gilleland on 28 April 2016, 00:16:22 UTC
version 1.41
Tip revision: 1165c83
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