## not run
## this replicates Ge et al.'s experiment and takes about 45 minutes
## to run (I think)
if (FALSE) {
data(fbiCaucs)
N = 1000000
sim(N, fbiCaucs, save = T)
sim(N, fbiCaucs, 'FS', save = T)
sim(N, fbiCaucs, 'PC', save = T)
}
Run the code above in your browser using DataLab