Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getCorGuesses

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

Randomization for Clinical Trials

v2.0.0
GPL (>= 3)
Authors
David Schindler [aut], Diane Uschner [aut, cre], Marcia Viviane Rueckbeil [ctb], Martin Manolov [ctb], Thi Mui Pham [ctb], Michael Martini [ctb], Ralf-Dieter Hilgers [aut, ths], Nicole Heussen [aut, ths]
Initial release
2019-11-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.