Command Reference
:
Function Reference
:
Function Reference: R
@rimin
By-Row Statistics
Indices of row minimums of group.
Column indices of minimum values across series in each row of the group.
Syntax:
@rimin
(
x)
x
: group
Return: series
For each observation
corresponding to a row
in the group of
series, identify the column containing the minimum value across the data for the row.
Examples
show @rimin(g
returns a linked series of the indices corresponding to the minimums in the rows of group
g
.
Cross-references
See also
@rmax
,
@rmin
, and
@rimax
.