Learn R Programming

tensorMiss (version 1.1.1)

fle: Factor loading error

Description

Computing the column space distance between two matrix

Usage

fle(A1, A2)

Value

A numeric number

Arguments

A1

A matrix of m rows and n columns.

A2

A matrix of m rows and l columns where l can equal n.

Examples

Run this code
fle(matrix(1:12, nrow=4), matrix(11:22, nrow=4));



Run the code above in your browser using DataLab