Hi, thanks for the nice package, I just want to ask what is the difference between the populations.use argument and pct.threshold argument in the GenerateEdgeWeights() function?
Also, since I have to run the workflow a lot of times across different combinations I've been trying to run the EvaluateConnections() with different populations.use however I'm getting these errors how can I solve them?
Error in { :
task 2 failed - "cannot take a sample larger than the population when 'replace = FALSE'"
In addition: Warning message:
In e$fun(obj, substitute(ex), parent.frame(), e$data) :
already exporting variable(s): complete.path.table, background.table
Hi, thanks for the nice package, I just want to ask what is the difference between the
populations.use
argument andpct.threshold
argument in theGenerateEdgeWeights()
function?Also, since I have to run the workflow a lot of times across different combinations I've been trying to run the
EvaluateConnections()
with differentpopulations.use
however I'm getting these errors how can I solve them?