Skip to content
Prev 155123 / 398513 Next

binary order combinations

I am not sure it can do it. Besides, I ran a test of combos from quantreg:

library(quantreg)
H<-1:3
test.combos<-lapply(1:3,function(x)
{combn(H,x)
})

Every time I tried it crashed my R...

:(

Dimitri
On 9/5/08, roger koenker <rkoenker at uiuc.edu> wrote: