Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/gs_design_rd.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

#' Group sequential design using average hazard ratio under non-proportional hazards
#' Group sequential design of binary outcome measuring in risk difference
#'
#' @param p_c Rate at the control group.
#' @param p_e Rate at the experimental group.
Expand Down Expand Up @@ -57,7 +57,7 @@
#' @param weight The weighting scheme for stratified population.
#' @param tol Tolerance parameter for boundary convergence (on Z-scale).
#'
#' @return A tibble with columns analysis, bound, z, probability, theta, time, ahr, event.
#' @return A list with input parameters, analysis, and bound.
#'
#' @details
#' To be added.
Expand Down
4 changes: 2 additions & 2 deletions R/gs_power_rd.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

#' Group sequential design power under risk difference
#' Group sequential design power of binary outcome measuring in risk difference
#'
#' @param p_c Rate at the control group.
#' @param p_e Rate at the experimental group.
Expand Down Expand Up @@ -50,7 +50,7 @@
#' Normally, `r` will not be changed by the user.
#' @param tol Tolerance parameter for boundary convergence (on Z-scale).
#'
#' @return A tibble with columns Analysis, Bound, Z, Probability, theta, Time, AHR, Events.
#' @return A list with input parameter, analysis, and bound.
#'
#' @export
#'
Expand Down
6 changes: 3 additions & 3 deletions man/gs_design_rd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/gs_power_rd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.