-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
128 lines (113 loc) · 3.33 KB
/
Copy path_pkgdown.yml
File metadata and controls
128 lines (113 loc) · 3.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
url: https://larry-leon.github.io/weightedsurv/
template:
bootstrap: 5
bootswatch: cosmo
navbar:
structure:
left: [intro, reference, articles]
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/larry-leon/weightedsurv
articles:
- title: "Getting Started"
desc: >
Comprehensive examples of weighted survival analysis with the
GBSG and Rotterdam datasets.
contents:
- weightedsurv_examples
- title: "Methodology"
desc: >
Technical details on the statistical methods implemented in
weightedsurv.
contents:
- articles/weightedcox_methodology
- articles/weightedkm_methodology
- articles/weightedrmst_methodology
- title: "Simulation Studies"
desc: >
Monte Carlo simulation studies comparing weighted Cox and
weighted log-rank tests under non-proportional hazards scenarios.
contents:
- articles/weightedcox_wald-vs-logrank_simulations
- title: "Supplementary Analysis Examples"
desc: >
Extended worked examples illustrating resampling-based inference
and advanced applications.
contents:
- articles/martingale_resampling_applications
reference:
- title: "Data Preparation"
desc: "Create counting-process datasets for survival analysis"
contents:
- df_counting
- get_dfcounting
- extract_group_data
- get_event_risk_matrices
- get_censoring_and_events
- calculate_risk_event_counts
- count_weighted
- risk_weighted
- title: "Weighted Cox Models"
desc: "Fit weighted Cox proportional hazards models with resampling inference"
contents:
- cox_rhogamma
- cox_rhogamma_resample
- cox_score_rhogamma
- find_cox_root
- ci_cox
- score_calculation
- N_rhogamma
- title: "Weighted Log-Rank Tests"
desc: "Weighted log-rank statistics and diagnostics"
contents:
- wlr_dhat_estimates
- wlr_cumulative
- check_results
- title: "Kaplan-Meier Estimation"
desc: "Weighted KM curves, survival differences, and confidence bands"
contents:
- KM_diff
- KM_estimates
- resampling_survival
- km_quantile
- km_quantile_table
- kmq_calculations
- check_km_curve
- title: "KM Plotting"
desc: "Plot weighted Kaplan-Meier curves with risk tables and annotations"
contents:
- plot_weighted_km
- plot_km
- plotKM.band_subgroups
- plot_km_curves_counting
- plot_km_confint_polygon
- KM_plot_2sample_weighted_counting
- add_risk_table
- add_legends
- add_median_annotation
- get_riskpoints
- title: "RMST"
desc: "Restricted Mean Survival Time calculations with confidence bands"
contents:
- cumulative_rmst_bands
- title: "Weighting Schemes"
desc: "Weight function computation, validation, and visualization"
contents:
- wt.rg.S
- get_weights
- get_validated_weights
- extract_and_calc_weights
- validate_scheme_params
- plot_weight_schemes
- title: "Baseline Tables"
desc: "Publication-ready baseline characteristics tables"
contents:
- create_baseline_table
- title: "Utilities"
desc: "Input validation and formatting helpers"
contents:
- validate_input
- format_pval
- safe_run