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