genNcps_new {randomizeR} | R Documentation |
Calculation of the NCPs of each randomization sequence for the doubly noncentral t-distribution
Description
Computes the noncentrality parameters delta and lambda for the doubly noncentral t-distribution of each randomization sequence.
Usage
genNcps_new(randSeq, bias, endp, weight = FALSE)
Arguments
randSeq |
a list of randSeq(rCrSeq or others) with possible varying N's |
bias |
a list of biases - corresponding to the different randSeq's |
endp |
object of the class endpoint. |
weight |
if set to TRUE the weight will be set to 1, according to the paper |
Value
a list containing the noncentrality parameters delta and lambda of all randomization sequences.
[Package randomizeR version 3.0.2 Index]