Jn: Matrix J

Description Usage Arguments Value Examples

View source: R/code.R

Description

Creates a n by n lower triangular matrix with all non-zero entries equal to one.

Usage

1
Jn(n = 2)

Arguments

n

number of rows and columns in the J matrix.

Value

an n by n lower triangular matrix with all non-zero entries equal to one. This is an auxiliary function.

Examples

1
2
J = Jn(n = 3)
J

DCCA documentation built on Jan. 1, 2020, 5:06 p.m.

Related to Jn in DCCA...