Command Reference : Function Reference : Function Reference: M
  
 
@minsby
Minimum values in a series for each specified group.
Syntax: @minsby(x, y[y1, y2, ... yn, s])
x: series
y series or alpha
s: (optional) sample string or object
Return: series or alpha
Returns the minimum value in x each group defined by distinct values of y.
EViews will use the current or specified workfile sample.
Examples
show @minsby(x, g1, g2)
produces a linked series of the by-group minimums of the series x, where members of the same group have identical values for both g1 and g2.
Cross-references
See also @maxsby.