logRankRejectionProb {randomizeR} | R Documentation |
Approximation of the biased type I error probability (resp. power) of the log rank test
Description
Computes the biased type I error probability (resp. power) of the log rank test due to shifts in the expectation vectors in both treatment groups.
Usage
logRankRejectionProb(randSeq, bias, endp)
Arguments
randSeq |
object of the class randSeq. |
bias |
object of the class bias. |
endp |
object of the class endpoint. |
Value
the rejection probability (type I error probability resp. power) of all randomization sequences.
[Package randomizeR version 3.0.2 Index]