Write joint inclusion probability estimates on a file every by replications
save_output(
iteration,
design_name,
counts,
units,
filename,
path,
status,
as_data_frame
)integer indicating the iterations the simulation is at
string indicating the name of the sampling design to include in the filename
matrix with number of occurrences of couple of units up to current replication
id of units for which output should be saved
name of the file to write on disk
path to the directory where the file should be saved
1 if partial results are written before the maximum number
of replications is reached, 0 otherwise
logical, should output be in form of a data frame?