check_dose_selector_consistency: Check the consistency of a dose_selector instance

View source: R/check_dose_selector_consistency.R

check_dose_selector_consistencyR Documentation

Check the consistency of a dose_selector instance

Description

Check the consistency of a dose_selector instance

Usage

check_dose_selector_consistency(x)

Arguments

x

dose_selector

Examples

boin_fitter <- get_boin(num_doses = 5, target = 0.3)
x <- fit(boin_fitter, "1NNN")
check_dose_selector_consistency(x)

brockk/dosefinding documentation built on April 5, 2025, 5:53 p.m.