Command Reference : Function Reference : Function Reference: R
  
 
@rnas
Number of missing observations in row of group.
Number of missing observations in each row of the group.
Syntax: @rnas(x)
x: group
Return: series
For each observation corresponding to a row in the group of series, count the number of missing (NA) observations.
Examples
show @rnas(g
returns a linked series of the NA counts in the rows of group g.
Cross-references
See also @robs and @rvalcount.