Arm: Create a treatment arm.

View source: R/arm.R

ArmR Documentation

Create a treatment arm.

Description

Create a treatment arm.

Usage

Arm(id = as.integer(NA), subjects = 1, label = as.character(NA))

Arguments

id

unique identifier for this arm (available trough dataset), integer. If NA (default), this identifier is auto-incremented.

subjects

number of subjects in arm, integer

label

arm label, single character string. If set, this label will be output in the ARM column of CAMPSIS instead of the identifier.

Value

an arm


campsis documentation built on Oct. 13, 2023, 5:09 p.m.