-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 2.33 KB
/
Copy pathNAMESPACE
File metadata and controls
91 lines (90 loc) · 2.33 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
# Generated by roxygen2: do not edit by hand
export(KM_diff)
export(KM_estimates)
export(KM_plot_2sample_weighted_counting)
export(N_rhogamma)
export(add_legends)
export(add_median_annotation)
export(add_risk_table)
export(calculate_risk_event_counts)
export(check_km_curve)
export(check_results)
export(ci_cox)
export(count_weighted)
export(cox_rhogamma)
export(cox_rhogamma_resample)
export(cox_score_rhogamma)
export(create_baseline_table)
export(cumulative_rmst_bands)
export(df_counting)
export(extract_and_calc_weights)
export(extract_group_data)
export(find_cox_root)
export(format_pval)
export(get_censoring_and_events)
export(get_dfcounting)
export(get_event_risk_matrices)
export(get_riskpoints)
export(get_validated_weights)
export(get_weights)
export(km_quantile)
export(km_quantile_table)
export(kmq_calculations)
export(plotKM.band_subgroups)
export(plot_km)
export(plot_km_confint_polygon)
export(plot_km_curves_counting)
export(plot_weight_schemes)
export(plot_weighted_km)
export(resampling_survival)
export(risk_weighted)
export(safe_run)
export(score_calculation)
export(validate_input)
export(validate_scheme_params)
export(wlr_cumulative)
export(wlr_dhat_estimates)
export(wt.rg.S)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_linewidth_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,confint)
importFrom(stats,fisher.test)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(survival,Surv)
importFrom(survival,aeqSurv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)
importFrom(utils,head)
importFrom(utils,tail)