hasAllGroups: Check function for occurrence of all treatment groups in the...

View source: R/doublyF.R

hasAllGroupsR Documentation

Check function for occurrence of all treatment groups in the sequence

Description

checks whether each group has its value coming up at least once in the sequence

Usage

hasAllGroups(seq, K)

Arguments

seq

randomization sequence as inverted matrix

K

number of treatment arms

Value

TRUE if all groups represented, FAlSE otherwise


randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.