Learn R Programming

EFAtools (version 0.7.1)

.average_matrices: Average a list of matrices elementwise

Description

Average a list of matrices elementwise

Usage

.average_matrices(x)

Value

A matrix with the same dimensions as the inputs.

Arguments

x

List of conformable matrices.