fle {tensorMiss}R 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));




[Package tensorMiss version 1.1.1 Index]