Skip to content
Prev 132461 / 398506 Next

recode based on filter

Perhaps you can try subset the data:

sapply(levels(DATA$know1), function(x)subset(DATA, (know1==x &
know2==x)), simplify=F)
On 19/12/2007, Donatas G. <dgvirtual at akl.lt> wrote: