nc_occ_probs_simple {netcutter} | R Documentation |
Compute the occurrence probabilities
Description
This is a simpler implementation used to check that the official
implementation (nc_occ_probs()
) works well.
Usage
nc_occ_probs_simple(occ_matrix, R, S)
Arguments
occ_matrix |
The original co-occurrence matrix |
R |
The number of randomisations to perform |
S |
The number of successful edge swaps for each randomisation |
[Package netcutter version 0.3.1 Index]