forked from dustinfife/flexplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·42 lines (41 loc) · 922 Bytes
/
NAMESPACE
File metadata and controls
executable file
·42 lines (41 loc) · 922 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
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method(estimates,default)
S3method(estimates,glm)
S3method(estimates,lm)
S3method(estimates,zeroinfl)
S3method(print,estimates)
S3method(visualize,default)
S3method(visualize,lm)
S3method(visualize,lmerMod)
export(added.plot)
export(anchor.predictions)
export(bf.bic)
export(compare.fits)
export(estimates)
export(flexplot)
export(flexplota)
export(geom_jitterd)
export(glinmod)
export(glmbasic)
export(make.formula)
export(mixed.mod.visual)
export(model.comparison)
export(modelcomp)
export(position_jitterd)
export(sensitivity.table)
export(standardized.beta)
export(subsetString)
export(third.eye)
export(uni.plot)
export(visualize)
export(flexplot_jasp2)
import(R6)
import(dplyr, except = c(filter, lag))
import(ggplot2)
import(stats)
import(tibble)
import(withr)
importFrom(MASS,rlm)
importFrom(magrittr,"%>%")
importFrom(purrr,"%||%")
importFrom(utils,packageVersion)