Run the KliqueFinder algorithm
klique_find(datamat, numact, maxiter = as.integer(999), attachi = as.integer(1), output_path = ".")
datamat | The matrix of contact frequency |
---|---|
numact | The number of actors |
maxiter | The maximum number of iterations to go through before stopping on account of non-convergence |
attachi | Flag if set to 1 isolates are to be added even if it results in a decrease in theta1 |
output_path | The path to write the output files to |
The result list from the KliqueFinder Fortran code