update_addl: Update the number of additional doses (ADDL).

View source: R/generic.R

update_addlR Documentation

Update the number of additional doses (ADDL).

Description

Update the number of additional doses (ADDL).

Usage

update_addl(object, addl, ref = NULL)

## S4 method for signature 'bolus_wrapper,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'infusion_wrapper,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'bolus,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'infusion,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'treatment,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'arm,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'arms,integer,character'
update_addl(object, addl, ref = NULL)

## S4 method for signature 'dataset,integer,character'
update_addl(object, addl, ref = NULL)

Arguments

object

generic object

addl

new number of additional doses

ref

reference treatment name

Value

updated object


campsis documentation built on Aug. 5, 2026, 9:07 a.m.