-
Notifications
You must be signed in to change notification settings - Fork 165
/
_pkgdown.yml
84 lines (74 loc) · 1.7 KB
/
_pkgdown.yml
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
url: https://rpkgs.datanovia.com/survminer/index.html
template:
bootstrap: 5
bootswatch: lumen
ganalytics: UA-54921687-5
development:
mode: "auto"
copy:
- pkgdown/cheatsheet/survminer_cheatsheet.pdf
- tools
reference:
- title: Fit survival curves
desc: Fit survival curves and compute p-values as well as median survival times.
contents:
- surv_group_by
- surv_fit
- surv_median
- surv_pvalue
- title: Survival Curves
desc: Summarize and visualize survival curves.
contents:
- ggsurvplot
- ggflexsurvplot
- arrange_ggsurvplots
- ggsurvevents
- surv_summary
- surv_cutpoint
- pairwise_survdiff
- title: Diagnostics of Cox Model
contents:
- ggcoxdiagnostics
- ggcoxfunctional
- ggcoxzph
- title: Summary of Cox Model
contents:
- ggforest
- ggadjustedcurves
- title: Competing Risks
contents:
- ggcompetingrisks
- title: Helpers
contents:
- ggsurvtable
- ggsurvplot_df
- ggsurvplot_list
- ggsurvplot_group_by
- ggsurvplot_add_all
- ggsurvplot_combine
- ggsurvplot_facet
- title: Data
contents:
- myeloma
- BMT
- title: Others
contents:
- theme_survminer
- add_ggsurvplot
- ggsurvplot_arguments
- BRCAOV.survInfo
navbar:
title: "survminer"
left:
- text: Cheatsheet
href: https://rpkgs.datanovia.com/survminer/survminer_cheatsheet.pdf
- text: Reference
href: reference/index.html
- text: Articles
href: articles/index.html
- text: News
href: news/index.html
right:
- icon: fa-github
href: https://github.com/kassambara/survminer
text: GitHub