-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1023 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(confint,sma)
S3method(fitted,sma)
S3method(logLik,sma)
S3method(plot,sma)
S3method(predict,sma)
S3method(print,sma)
S3method(residuals,sma)
S3method(summary,sma)
export(elev.com)
export(elev.test)
export(line.cis)
export(ma)
export(meas.est)
export(multcompmatrix)
export(shift.com)
export(slope.com)
export(slope.test)
export(sma)
importFrom(graphics,box)
importFrom(graphics,curve)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,str)