Occasion: Define a new occasion. Occasions are defined by mapping...

View source: R/occasion.R

OccasionR Documentation

Define a new occasion. Occasions are defined by mapping occasion values to dose numbers. A new column will automatically be created in the exported dataset.

Description

Define a new occasion. Occasions are defined by mapping occasion values to dose numbers. A new column will automatically be created in the exported dataset.

Usage

Occasion(colname, values, doseNumbers)

Arguments

colname

name of the column that will be output in dataset

values

the occasion numbers, any integer vector

doseNumbers

the related dose numbers, any integer vector of same length as 'values'

Value

occasion object


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