-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
77 lines (76 loc) · 1.74 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
S3method(plot,Cosinor)
S3method(plot,Monthmean)
S3method(plot,monthglm)
S3method(plot,nonlintest)
S3method(plot,nsCosinor)
S3method(print,Cosinor)
S3method(print,Monthmean)
S3method(print,casecross)
S3method(print,monthglm)
S3method(print,nonlintest)
S3method(print,nsCosinor)
S3method(print,summary.Cosinor)
S3method(print,summary.monthglm)
S3method(print,summary.nscosinor)
S3method(summary,Cosinor)
S3method(summary,casecross)
S3method(summary,monthglm)
S3method(summary,nsCosinor)
export(aaft)
export(casecross)
export(ciPhase)
export(cosinor)
export(createAdj)
export(flagleap)
export(invyrfraction)
export(monthglm)
export(monthmean)
export(nonlintest)
export(nscosinor)
export(peri)
export(phasecalc)
export(plotCircle)
export(plotCircular)
export(plotMonth)
export(seasrescheck)
export(sinusoid)
export(third)
export(wtest)
export(yrfraction)
import(MASS)
import(ggplot2)
import(survival)
importFrom(grDevices,gray)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(graphics,text)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,cpgram)
importFrom(stats,fft)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,time)