diff --git a/pkgdown.yml b/pkgdown.yml index e6433fc0..412b40df 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -21,7 +21,7 @@ articles: articles/story-seven-test-types: story-seven-test-types.html articles/story-spending-time-example: story-spending-time-example.html articles/story-update-boundary: story-update-boundary.html -last_built: 2024-10-17T20:43Z +last_built: 2024-10-24T17:56Z urls: reference: https://merck.github.io/gsDesign2/reference article: https://merck.github.io/gsDesign2/articles diff --git a/reference/gs_create_arm.html b/reference/gs_create_arm.html index 6dd0fe07..6e2ab178 100644 --- a/reference/gs_create_arm.html +++ b/reference/gs_create_arm.html @@ -48,11 +48,11 @@
Enrollment rates.
Enrollment rates from define_enroll_rate()
.
Failure and dropout rates.
Failure and dropout rates from define_fail_rate()
.
Enrollment rates.
Enrollment rates from define_enroll_rate()
.
Failure and dropout rates.
Failure and dropout rates from define_fail_rate()
.
A data frame with columns Analysis, Time, AHR, Events, theta, info, info0.
-info
, and info0
contain statistical information under H1, H0, respectively.
-For analysis k
, Time[k]
is the maximum of analysis_time[k]
and the
+
A data frame with columns analysis
, time
, ahr
, event
, theta
, info
, info0
.
+The columns info
and info0
contain statistical information under H1, H0, respectively.
+For analysis k
, time[k]
is the maximum of analysis_time[k]
and the
expected time required to accrue the targeted event[k]
.
-AHR
is the expected average hazard ratio at each analysis.
ahr
is the expected average hazard ratio at each analysis.