getCorGuesses | R Documentation |
Calculates the guesses of the investigator of a randomization list following the specified guessing strategy.
getCorGuesses(randSeq, guessing)
randSeq |
object of the class randSeq. |
guessing |
object of the class corGuess. |
Matrix of the guesses of the investigator following the specified guessing
strategy. No guess is abbreviated with "nG"
.
myPar <- bsdPar(10, 2)
M <- genSeq(myPar, 2)
type <- corGuess("CS")
getCorGuesses(M, type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.