mat.J: Forms a square matrix of ones

mat.JR Documentation

Forms a square matrix of ones

Description

Form the square matrix of ones of order order.

Usage

mat.J(order)

Arguments

order

The order of the matrix to be formed.

Value

A square matrix all of whose elements are one.

Author(s)

Chris Brien

See Also

mat.I, mat.ar1

Examples

    col.J <- mat.J(order=4)

dae documentation built on Aug. 7, 2023, 5:08 p.m.