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