Learn R Programming

resemble (version 2.2.3)

get_column_means: Function for computing the mean of each column in a matrix

Description

Computes the mean of each column in a matrix. For internal use only!

Usage

get_column_means(X)

Value

a vector of mean values.

Arguments

X

a a matrix.

Author

Leonardo Ramirez-Lopez