forked from tidymodels/broom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
82 lines (81 loc) · 1.86 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
78
79
80
81
82
# Generated by roxygen2 (4.0.2): do not edit by hand
S3method(augment,"NULL")
S3method(augment,coxph)
S3method(augment,data.frame)
S3method(augment,default)
S3method(augment,kmeans)
S3method(augment,lm)
S3method(augment,merMod)
S3method(augment,nls)
S3method(augment,smooth.spline)
S3method(augment,survreg)
S3method(glance,"NULL")
S3method(glance,aareg)
S3method(glance,cch)
S3method(glance,coxph)
S3method(glance,cv.glmnet)
S3method(glance,data.frame)
S3method(glance,default)
S3method(glance,glm)
S3method(glance,glmnet)
S3method(glance,htest)
S3method(glance,kmeans)
S3method(glance,lm)
S3method(glance,merMod)
S3method(glance,nls)
S3method(glance,pyears)
S3method(glance,ridgelm)
S3method(glance,smooth.spline)
S3method(glance,survexp)
S3method(glance,survfit)
S3method(glance,survreg)
S3method(tidy,"NULL")
S3method(tidy,Line)
S3method(tidy,Lines)
S3method(tidy,Polygon)
S3method(tidy,Polygons)
S3method(tidy,SpatialLinesDataFrame)
S3method(tidy,SpatialPolygons)
S3method(tidy,SpatialPolygonsDataFrame)
S3method(tidy,TukeyHSD)
S3method(tidy,aareg)
S3method(tidy,anova)
S3method(tidy,aov)
S3method(tidy,cch)
S3method(tidy,cld)
S3method(tidy,confint.glht)
S3method(tidy,coxph)
S3method(tidy,cv.glmnet)
S3method(tidy,data.frame)
S3method(tidy,default)
S3method(tidy,density)
S3method(tidy,ftable)
S3method(tidy,glht)
S3method(tidy,glmnet)
S3method(tidy,htest)
S3method(tidy,kmeans)
S3method(tidy,lm)
S3method(tidy,manova)
S3method(tidy,map)
S3method(tidy,merMod)
S3method(tidy,nls)
S3method(tidy,pyears)
S3method(tidy,ridgelm)
S3method(tidy,spec)
S3method(tidy,summary.glht)
S3method(tidy,survexp)
S3method(tidy,survfit)
S3method(tidy,survreg)
S3method(tidy,table)
S3method(tidy,zoo)
export(augment)
export(augment_columns)
export(bootstrap)
export(finish_glance)
export(fix_data_frame)
export(glance)
export(tidy)
import(dplyr)
importFrom(plyr,ldply)
importFrom(psych,describe)
importFrom(tidyr,gather)