export(
    "brierscore",
    "calcscore",
    "logscore",
    "plotscore",
    "sphscore")
S3method("calcscore", "formula")
S3method("calcscore", "default")
importFrom("graphics", "lines", "plot")
importFrom("stats", "integrate", "model.response", "na.omit", "sd", "var", "na.pass")
importFrom("utils", "head")
