-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
43 lines (42 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(predict,dixoncoles)
S3method(print,dixoncoles)
export(augment.dixoncoles)
export(def)
export(discount_exponential)
export(discount_lte)
export(dixoncoles)
export(dixoncoles_ext)
export(factor_teams)
export(off)
export(scorelines_to_outcomes)
export(tidy.dixoncoles)
importFrom(forcats,fct_relabel)
importFrom(glue,glue)
importFrom(lazyeval,f_eval)
importFrom(lazyeval,f_interp)
importFrom(lazyeval,f_new)
importFrom(lazyeval,uq)
importFrom(purrr,"%>%")
importFrom(purrr,"%||%")
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(rlang,"!!")
importFrom(rlang,caller_env)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_name)
importFrom(stats,dpois)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,terms)