-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.04 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
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(print,population)
S3method(print,population_sample)
S3method(print,predictor_dist)
S3method(print,response_dist)
export(augment_longer)
export(augment_quantile)
export(augment_quantile_longer)
export(bin_by_interval)
export(bin_by_quantile)
export(binned_residuals)
export(by_level)
export(custom_family)
export(decrypt)
export(empirical_link)
export(model_lineup)
export(ols_with_error)
export(parametric_boot_distribution)
export(partial_residuals)
export(population)
export(predictor)
export(response)
export(rfactor)
export(sample_x)
export(sample_y)
export(sampling_distribution)
importFrom(DHARMa,simulateResiduals)
importFrom(broom,augment)
importFrom(broom,tidy)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,cut_number)
importFrom(insight,get_data)
importFrom(insight,get_intercept)
importFrom(insight,get_predictors)
importFrom(nullabor,decrypt)
importFrom(nullabor,lineup)
importFrom(purrr,imap)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,is_call)
importFrom(rlang,is_formula)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_is_null)
importFrom(rlang,sym)
importFrom(stats,binomial)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,getCall)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(tidyr,any_of)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,starts_with)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)