select() is an exported function created to be used instead of c() as the n argument of cluster_gen. That is basically as far as the documentation for this function goes. It would be nice if there were more details about what it does and, ideally, some examples of cluster_gen() using n=select(...).
select()
is an exported function created to be used instead ofc()
as then
argument ofcluster_gen
. That is basically as far as the documentation for this function goes. It would be nice if there were more details about what it does and, ideally, some examples ofcluster_gen()
usingn=select(...)
.