update_repeat: Update the repeat field (argument 'rep' in Bolus and Infusion...

View source: R/generic.R

update_repeatR Documentation

Update the repeat field (argument 'rep' in Bolus and Infusion constructors).

Description

Update the repeat field (argument 'rep' in Bolus and Infusion constructors).

Usage

update_repeat(object, rep, ref = NULL)

## S4 method for signature 'bolus_wrapper,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'infusion_wrapper,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'bolus,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'infusion,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'treatment,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'arm,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'arms,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

## S4 method for signature 'dataset,repeated_schedule,character'
update_repeat(object, rep, ref = NULL)

Arguments

object

generic object

rep

repeated dosing schedule (definition) object

ref

reference treatment name

Value

updated object


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