check_futility_rule: Check Futility Rule

View source: R/check_futility_rule.R

check_futility_ruleR Documentation

Check Futility Rule

Description

Check if an available dose violates futility rule (futility count/sample size > futility threshold (eta).

Usage

check_futility_rule(80, dose_info, 0.8)

Arguments

dose

A numeric dose level (assumed to be available)

dose_info

Dataframe containing

[dose level | availability | N_d | X_d | Y_d | Z_d | pf | pe | pt]

eta

Invoke stopping rule if more than this proportion of subjects exhibit futility

Value

Boolean T/F whether futility rule was violated


jiyingz/clinicalMPI documentation built on Jan. 19, 2024, 5:58 a.m.