one_sample_cal_tbl: Output from a one-sample call to 'calibrate_thresholds'

one_sample_cal_tblR Documentation

Output from a one-sample call to calibrate_thresholds

Description

This .rda file contains output from a one-sample call to calibrate_thresholds(). See the vignette titled "One-sample expansion cohort" for a description of the input parameters used, or run one_sample_cal_tbl$inputs to see a list of the original function inputs. For use in testing functions and in vignettes.

Usage

data(one_sample_cal_tbl)

Format

A list containing a

  1. a tibble 'res_summary' containing the posterior probability threshold (pp_threshold); the predictive probability threshold (ppp_threshold); the mean sample size under the null (mean_n1_null) and alternative (mean_n1_alt) response rates; the proportion of positive trials under the null (prop_pos_null) and alternative (prop_pos_alt) response rates; and the proportion of trials stopped under the null (prop_stopped_null) and alternative (prop_stopped_alt) response rates

  2. 'call_list' containing the original function call

  3. 'inputs' a list containing the inputs to the original function call


ppseq documentation built on April 18, 2023, 1:08 a.m.