-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 731 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 731 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(anova,twoway)
S3method(as.data.frame,twoway)
S3method(as.twoway,matrix)
S3method(fitted,twoway)
S3method(plot,twoway)
S3method(print,twoway)
S3method(residuals,twoway)
S3method(twoway,default)
S3method(twoway,formula)
export(as.twoway)
export(ladder_power)
export(meanfit)
export(medianfit)
export(to_long)
export(to_wide)
export(twoway)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,loess.smooth)
importFrom(stats,medpolish)
importFrom(stats,terms)