-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.25 KB
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 1.25 KB
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
# Generated by roxygen2: do not edit by hand
S3method(predict,robust_glm)
export(get_covs)
export(get_predicted)
export(get_props)
export(get_response)
export(robust_glm)
export(tidy_model)
export(tidy_terms)
importFrom(MASS,rlm)
importFrom(bestNormalize,bestNormalize)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lmtest,coefci)
importFrom(lmtest,coeftest)
importFrom(performance,performance_hosmer)
importFrom(performance,performance_logloss)
importFrom(performance,performance_mse)
importFrom(performance,performance_rmse)
importFrom(performance,r2_tjur)
importFrom(purrr,map_dfr)
importFrom(purrr,reduce)
importFrom(sandwich,vcovHC)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)