Learn R Programming

infoDecompuTE (version 0.6.2)

J: Identity Matrix Minus Averaging Matrix

Description

Construct a square matrix which the identity matrix minus the averging matrix.

Usage

J(n)

Arguments

n

a numeric describes the dimension of the square matrix.

Value

This function return a square matrix which the identity matrix minus the averaging matrix.

Examples

Run this code
# NOT RUN {

J(10)


# }

Run the code above in your browser using DataLab