Command Reference
:
Matrix Language Reference
@cfirst
Matrix Column Statistics Functions
First non-missing value in each column of a matrix.
Syntax:
@cfirst
(
m
)
m
: matrix
Return: vector
Returns a vector containing the first non-missing values of each column of the matrix
m
.
Examples
vector v1 = @cmax(m1)
Cross-references
See also
@cifirst
.