Object Reference : Object View and Procedure Reference : Group
  
 
drop
Drops series from a group.
Syntax
group_name.drop ser1 [ser2 ser3 ...]
List the series to be dropped from the group object.
Examples
group gdplags gdp(-1 to -4)
gdplags.drop gdp(-4) gdp(-3)
drops the two series GDP(-4) and GDP(-3) from the group GDPLAGS.
Cross-references
See “Groups” for additional discussion of groups.
See also Group::add.