-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
S3method(coef,xy_sim)
S3method(formula,xy_sim)
S3method(plot,xy_sim)
S3method(print,xy_recipe)
S3method(print,xy_sim)
S3method(transform,xy_sim)
export("%>%")
export(Xy)
export(add_discrete)
export(add_interactions)
export(add_intercept)
export(add_linear)
export(add_noise)
export(add_nonlinear)
export(add_uninformative)
export(importance)
export(pull_e)
export(pull_x)
export(pull_xy)
export(pull_xye)
export(pull_y)
export(simulate)
export(xy_beta)
export(xy_binom)
export(xy_cauchy)
export(xy_chisq)
export(xy_exp)
export(xy_f)
export(xy_gamma)
export(xy_geometric)
export(xy_hypergeometric)
export(xy_logistic)
export(xy_lognormal)
export(xy_normal)
export(xy_poisson)
export(xy_signrank)
export(xy_t)
export(xy_uniform)
export(xy_weibull)
export(xy_wilcox)
exportClasses(xy_recipe)
exportClasses(xy_sim)
import(dplyr)
import(ggplot2)
import(tibble)
importFrom(Matrix,bdiag)
importFrom(copula,ellipCopula)
importFrom(copula,mvdc)
importFrom(copula,p2P)
importFrom(copula,rMvdc)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,italic)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(purrr,as_vector)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,possibly)
importFrom(purrr,set_names)
importFrom(purrr,when)
importFrom(rlang,abort)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(tibble,tibble)
importFrom(tidyr,gather)