File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 88 right : [search, github]
99 components :
1010 get-started :
11- text : " Get started "
11+ text : " Get Started "
1212 href : articles/get-started.html
Original file line number Diff line number Diff line change 11---
2- title : " get-started "
2+ title : " Get Started "
33output : rmarkdown::html_vignette
44vignette : >
55 %\VignetteIndexEntry{get-started}
@@ -14,7 +14,16 @@ knitr::opts_chunk$set(
1414)
1515```
1616
17- # Generating Composite Endpoint Data
17+ ## Generating Composite Endpoint Data
18+
19+ * ` Rforce ` package provides a direct function to generate composite endpoints survival data with options
20+ * Constant baseline hazard
21+ * Non-constant() baseline hazard
22+ * Proportional hazard
23+ * Non-proportional hazard
24+ * see details for these options in ` Articles/Generating Composite Endpoints Survival Data `
25+
26+ * By default, we genereate a non-constant baseline hazard with
1827``` {r setup}
1928library(Rforce)
2029data_list <- compo_sim(n_patients = 500, verbose = FALSE)
You can’t perform that action at this time.
0 commit comments