Skip to content
Prev 169915 / 398506 Next

What is the R equivalent of STATA's 'drop' command?

Try something like

 rm(list=ls(pattern="y+"))

John

2009/2/10 stephen sefick <ssefick at gmail.com>: