Revision 466309ca9e5da1f5aa56158716fee479535c50be authored by Adrian Barnett on 03 June 2021, 09:50:02 UTC, committed by cran-robot on 03 June 2021, 09:50:02 UTC
1 parent 6c4bb1d
Raw File
NAMESPACE
exportPattern("^[[:alpha:]]+")
importFrom("grDevices", "gray")
importFrom("graphics", "axis", "box", "hist", "lines", "par", "plot",
             "points", "polygon", "rug", "text")
importFrom("stats", "acf", "as.formula", "cpgram", "fft", "fitted",
             "gaussian", "glm", "median", "model.frame", "na.omit",
             "pchisq", "qchisq", "qnorm", "quantile", "relevel", "resid",
             "residuals", "rgamma", "rnorm", "runif", "sd", "time")
import('MASS','ggplot2','survival')
S3method(plot, Cosinor)
S3method(print, Cosinor)
S3method(summary, Cosinor)
S3method(plot, Monthmean)
S3method(print, Monthmean)
S3method(plot, monthglm)
S3method(print, monthglm)
S3method(summary, monthglm)
S3method(plot, nonlintest)
S3method(print, nonlintest)
S3method(plot, nsCosinor)
S3method(print, nsCosinor)
S3method(summary, nsCosinor)
S3method(print, casecross)
S3method(summary, casecross)
S3method(print, summary.Cosinor)
S3method(print, summary.nsCosinor)
S3method(print, summary.monthglm)
back to top