-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
72 lines (69 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
if (getRversion() >= "3.6.0") {
S3method(huxtable::as_huxtable, sim_margins)
} else {
export(as_huxtable.sim_margins)
}
if (getRversion() >= "3.6.0") {
S3method(huxtable::as_huxtable, sim_slopes)
} else {
export(as_huxtable.sim_slopes)
}
S3method(glance,sim_margins)
S3method(glance,sim_slopes)
S3method(nobs,sim_margins)
S3method(nobs,sim_slopes)
S3method(plot,sim_margins)
S3method(plot,sim_slopes)
S3method(print,johnson_neyman)
S3method(print,probe_interaction)
S3method(print,sim_margins)
S3method(print,sim_slopes)
S3method(tidy,sim_margins)
S3method(tidy,sim_slopes)
export(cat_plot)
export(glance)
export(interact_plot)
export(johnson_neyman)
export(probe_interaction)
export(sim_margins)
export(sim_slopes)
export(tidy)
import(ggplot2)
import(jtools)
import(rlang)
importFrom(cli,cat_rule)
importFrom(cli,rule)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,contrasts)
importFrom(stats,df.residual)
importFrom(stats,ecdf)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.offset)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,update.formula)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(utils,methods)