createMj: Create the matrix that linearly transforms the vector of test...

Description Usage Arguments Value Examples

View source: R/calc_b1.R

Description

Create the matrix that linearly transforms the vector of test statistics into a quantity amenable for pmvnorm.

Usage

1
createMj(j, size)

Arguments

j

The element of the vector that is the largest.

size

The length of the set.

Value

The transformation matrix of dimension (2J-1)*(2J-1)

Examples

1
createMj(j=3, size=5)

DBpower documentation built on Feb. 11, 2022, 1:08 a.m.