Command Reference : Function Reference : Function Reference: R
  
 
@rmean
Row means of group.
Mean value across series in each row of the group.
Syntax: @rmeans(x)
x: group
Return: series
For each observation corresponding to a row in the group of series, compute the mean of the values,
Examples
show @rmean(g
returns a linked series of the means in the rows of group g.
Cross-references
See also @rmedian and @rvar.