getCorGuesses: Matrix of the guesses of the investigator

View source: R/corGuess.R

getCorGuessesR Documentation

Matrix of the guesses of the investigator

Description

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

Usage

getCorGuesses(randSeq, guessing)

Arguments

randSeq

object of the class randSeq.

guessing

object of the class corGuess.

Value

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)


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