forked from dustinfife/flexplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·57 lines (56 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(estimates,RandomForest)
S3method(estimates,default)
S3method(estimates,glm)
S3method(estimates,lm)
S3method(estimates,zeroinfl)
S3method(print,estimates)
S3method(print,rf_estimates)
S3method(visualize,RandomForest)
S3method(visualize,default)
S3method(visualize,glmerMod)
S3method(visualize,lm)
S3method(visualize,lmerMod)
S3method(visualize,randomForest)
export(added.plot)
export(anchor.predictions)
export(bf.bic)
export(compare.fits)
export(estimates)
export(flexplot)
export(flexplot_jasp2)
export(flip_data)
export(geom_jitterd)
export(glinmod)
export(glinmod_jasp)
export(icc)
export(linmod_jasp)
export(make.formula)
export(mixed.mod.visual)
export(mixedmod_jasp)
export(model.comparison)
export(position_jitterd)
export(position_jitterdodged)
export(rsq_change)
export(sensitivity.table)
export(standardized.beta)
export(subsetString)
export(third.eye)
export(visualize)
import(R6)
import(dplyr, except = c(filter, lag))
import(ggplot2)
import(stats)
import(tibble)
import(withr)
importFrom(MASS,rlm)
importFrom(ggsci,scale_color_aaas)
importFrom(ggsci,scale_color_lancet)
importFrom(ggsci,scale_color_npg)
importFrom(ggsci,scale_color_tron)
importFrom(lme4,VarCorr)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(party,varimp)
importFrom(purrr,"%||%")
importFrom(utils,packageVersion)