Command Reference
:
Matrix Language Reference
@clast
Matrix Column Statistics Functions
Last non-missing value in each column of the matrix.
Syntax:
@clast
(
m
)
m
: matrix
Return: vector
Returns a vector containing the last non-missing value of each column of
m
.
Examples
vector v1 = @clast(m1)
Cross-references
See also
@cilast
.