Skip to content

Commit 9d0990f

Browse files
committed
Initiate Get Start page
1 parent 98af715 commit 9d0990f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ navbar:
88
right: [search, github]
99
components:
1010
get-started:
11-
text: "Get started"
11+
text: "Get Started"
1212
href: articles/get-started.html

vignettes/get-started.Rmd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "get-started"
2+
title: "Get Started"
33
output: rmarkdown::html_vignette
44
vignette: >
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}
1928
library(Rforce)
2029
data_list <- compo_sim(n_patients = 500, verbose = FALSE)

0 commit comments

Comments
 (0)