-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
93 lines (92 loc) · 2.39 KB
/
NAMESPACE
File metadata and controls
93 lines (92 loc) · 2.39 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
S3method(base::print,br_diagnostics)
S3method(print,breg_comparison)
export(br_avail_method_config)
export(br_avail_methods)
export(br_avail_methods_use_exp)
export(br_compare_models)
export(br_diagnose)
export(br_get_config)
export(br_get_data)
export(br_get_group_by)
export(br_get_model)
export(br_get_model_names)
export(br_get_models)
export(br_get_n_x)
export(br_get_n_x2)
export(br_get_results)
export(br_get_x)
export(br_get_x2)
export(br_get_y)
export(br_pipeline)
export(br_predict)
export(br_rename_models)
export(br_run)
export(br_set_model)
export(br_set_x)
export(br_set_x2)
export(br_set_y)
export(br_show_coxph_diagnostics)
export(br_show_fitted_line)
export(br_show_fitted_line_2d)
export(br_show_forest)
export(br_show_forest_circle)
export(br_show_forest_comparison)
export(br_show_forest_ggstats)
export(br_show_forest_ggstatsplot)
export(br_show_nomogram)
export(br_show_residuals)
export(br_show_risk_network)
export(br_show_survival_curves)
export(br_show_table)
export(br_show_table_gt)
export(breg)
export(polar_connect)
export(polar_init)
if (getRversion() < "4.3.0") importFrom("S7", "@")
import(S7)
import(cli)
import(vctrs)
importFrom(ggplot2,.pt)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,alpha)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,zeroGrob)
importFrom(grDevices,rainbow)
importFrom(lifecycle,deprecated)
importFrom(mirai,.progress)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,ffi_standalone_check_number_1.0.7)
importFrom(rlang,ffi_standalone_is_bool_1.0.7)
importFrom(rlang,is_missing)
importFrom(rlang,is_string)
importFrom(rlang,is_vector)
importFrom(rlang,set_names)
importFrom(stats,cor)
importFrom(stats,fitted)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)
importFrom(utils,combn)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)