Skip to content

Commit 368672f

Browse files
authored
Merge branch 'main' into 27-update-internal-variables-to-make-it-in-snake-case
2 parents 489aeec + 092bdf6 commit 368672f

7 files changed

Lines changed: 48 additions & 190 deletions

File tree

R/tenFHcorr.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ NULL
7373
#'
7474
#' @export
7575
#' @rdname tenFHcorr
76-
#'
7776
tenFHcorr <- function(x = simPWSurv(n = 200) %>%
7877
cutDataAtCount(100) %>%
7978
tensurv(txval = "Experimental"),
@@ -122,4 +121,3 @@ tenFHcorr <- function(x = simPWSurv(n = 200) %>%
122121
ans <- cbind(rg, Z, as_tibble(corr_mat))
123122
return(ans)
124123
}
125-

_pkgdown.yml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,51 @@ footer:
1919
left: [developed_by, built_with, legal]
2020
right: [blank]
2121
components:
22-
legal: "<br>Copyright &copy; 2022 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved."
22+
legal: "<br>Copyright &copy; 2023 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved."
2323
blank: "<span></span>"
24+
25+
reference:
26+
- title: "Example datasets"
27+
contents:
28+
- Ex1delayedEffect
29+
- Ex2delayedEffect
30+
- Ex3curewithph
31+
- Ex4belly
32+
- Ex5widening
33+
- Ex6crossing
34+
- MBdelayed
35+
- title: "Distributions"
36+
contents:
37+
- rpwexp
38+
- rpwexpRcpp
39+
- rpwexpinvRcpp
40+
- rpwenroll
41+
- pwexpfit
42+
- title: "Simulate data under the piecewise model"
43+
contents:
44+
- simPWSurv
45+
- simfix
46+
- simfix2simPWSurv
47+
- title: "Cut data"
48+
contents:
49+
- cutData
50+
- cutDataAtCount
51+
- getCutDateForCount
52+
- title: "Compute p-values/test statistics"
53+
contents:
54+
- tenFH
55+
- tenFHcorr
56+
- tensurv
57+
- wMB
58+
- pMaxCombo
59+
- title: "Randomization algorithms"
60+
contents:
61+
- fixedBlockRand
62+
63+
articles:
64+
- title: "Example simulation workflows"
65+
contents:
66+
- arbitraryhazard
67+
- modestWLRTVignette
68+
- pMaxComboVignette
69+
- simtrialroutines

man/simPWSurv_.Rd

Lines changed: 0 additions & 100 deletions
This file was deleted.

man/simfix_.Rd

Lines changed: 0 additions & 86 deletions
This file was deleted.

man/tenFHcorr.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)