powered by
Calculates the guesses of the investigator of a randomization list following the specified guessing strategy.
getCorGuesses(randSeq, guessing)
Matrix of the guesses of the investigator following the specified guessing strategy. No guess is abbreviated with "nG".
"nG"
object of the class randSeq.
object of the class corGuess.
myPar <- bsdPar(10, 2) M <- genSeq(myPar, 2) type <- corGuess("CS") getCorGuesses(M, type)
Run the code above in your browser using DataLab