https://github.com/cran/trend
Revision 1816ccd819d351fabc9e0d4534307c367601ad5f authored by Thorsten Pohlert on 06 January 2016, 10:01:24 UTC, committed by cran-robot on 06 January 2016, 10:01:24 UTC
1 parent 99bcc66
Raw File
Tip revision: 1816ccd819d351fabc9e0d4534307c367601ad5f authored by Thorsten Pohlert on 06 January 2016, 10:01:24 UTC
version 0.1.0
Tip revision: 1816ccd
NAMESPACE
# Register and export dynamic library with entry point
useDynLib(trend, F_pettitt = pettitt)

# Export specific functions
export(csmk.test, mk.test,
       partial.cor.trend.test, partial.mk.test,
       pettitt.test, smk.test, sea.sens.slope, sens.slope,
       print.trend.test, summary.trend.test, wm.test,
       cs.test)

importFrom("stats", "cor", "cycle", "frequency", "is.ts", "median",
     "na.fail", "pnorm", "pt", "qnorm", "ts", "tsp", "na.omit")

# S3 methods
S3method(print, trend.test)
S3method(summary, trend.test)
back to top