update_amount: Update amount.

View source: R/generic.R

update_amountR Documentation

Update amount.

Description

Update amount.

Usage

update_amount(object, amount, ref)

## S4 method for signature 'bolus,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'infusion,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'bolus_wrapper,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'infusion_wrapper,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'treatment,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'arm,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'arms,numeric,character'
update_amount(object, amount, ref)

## S4 method for signature 'dataset,numeric,character'
update_amount(object, amount, ref)

Arguments

object

generic object

amount

new amount

ref

reference treatment name

Value

updated object


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