getCorGuesses function

Matrix of the guesses of the investigator

Matrix of the guesses of the investigator

Calculates the guesses of the investigator of a randomization list following the specified guessing strategy.

getCorGuesses(randSeq, guessing)

Arguments

  • randSeq: object of the class randSeq.
  • guessing: object of the class corGuess.

Returns

Matrix of the guesses of the investigator following the specified guessing strategy. No guess is abbreviated with "nG".

Examples

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

Useful links