randomizeR (version 1.4.2)

genNcps: Calculation of the NCPs of each randomization sequence for the doubly noncentral t-distribution

Description

Computes the noncentraility parameters delta and lambda for the doubly noncentral t-distribution of each randomization sequence.

Usage

genNcps(randSeq, bias, endp)

Arguments

randSeq

object of the class randSeq.

bias

object of the class bias.

endp

object of the class endpoint.

Value

matrix containing the noncentrality parameters delta and lambda of all randomization sequences.

Examples

Run this code
# NOT RUN {
myPar <- crPar(4)
M <- getAllSeq(myPar)
cs <- selBias("CS", 1, "exact")
endp <- normEndp(mu = c(0, 0), sigma = c(1, 1))
genNcps(M, cs, endp)

# }

Run the code above in your browser using DataLab