-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
78 lines (77 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
S3method(augment,drfit)
S3method(autoplot,data.frame)
S3method(autoplot,drfit)
S3method(coef,drfit)
S3method(converged,drfit)
S3method(dr_plot,data.frame)
S3method(dr_plot,drfit)
S3method(dr_plot_predict,data.frame)
S3method(dr_plot_predict,drfit)
S3method(esr,drfit)
S3method(estimates,drfit)
S3method(glance,drfit)
S3method(nchains,drfit)
S3method(niters,drfit)
S3method(nobs,drfit)
S3method(npars,drfit)
S3method(nterms,drfit)
S3method(pars,drfit)
S3method(predict,drfit)
S3method(print,drfit)
S3method(rhat,drfit)
S3method(summary,drfit)
S3method(tidy,drfit)
export(GeomDrErrorbar)
export(GeomDrPoint)
export(GeomDrRibbon)
export(StatDrPoint)
export(augment)
export(autoplot)
export(coef)
export(converged)
export(dr_fit)
export(dr_plot)
export(dr_plot_predict)
export(dr_predict_de)
export(dr_predict_distance)
export(esr)
export(estimates)
export(geom_dr_errorbar)
export(geom_dr_point)
export(geom_dr_ribbon)
export(glance)
export(nchains)
export(niters)
export(nobs)
export(npars)
export(nterms)
export(pars)
export(predict)
export(rhat)
export(tidy)
import(chk)
import(ggplot2)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,autoplot)
importFrom(lifecycle,deprecated)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,nobs)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(universals,converged)
importFrom(universals,esr)
importFrom(universals,estimates)
importFrom(universals,nchains)
importFrom(universals,niters)
importFrom(universals,npars)
importFrom(universals,nterms)
importFrom(universals,pars)
importFrom(universals,rhat)
importFrom(utils,modifyList)