getRandomizationList function

Accessor function for the randomization list

Accessor function for the randomization list

Get the randomization list coded in its groups.

getRandList(obj)

Arguments

  • obj: object specifying the randomization procedure, see randPar

    or createParam.

Returns

A matrix with all randomization sequences of a S4 object

Examples

myPar <- bsdPar(10, 2) M <- genSeq(myPar, 2) getRandList(M)
  • Maintainer: Ralf-Dieter Hilgers
  • License: GPL (>= 3)
  • Last published: 2023-09-18

Useful links