fle: Factor loading error

View source: R/fle.R

fleR Documentation

Factor loading error

Description

Computing the column space distance between two matrix

Usage

fle(A1, A2)

Arguments

A1

A matrix of m rows and n columns.

A2

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

Value

A numeric number

Examples

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




tensorMiss documentation built on May 29, 2024, 2:11 a.m.