When adding this to a model, the "Most Common Mutation Frequecy" summary
statistic is calculated from the simulation output.
Usage
sumstat_mcmf(name = "mcmf", population = 1, transformation = identity)
Arguments
name
The name of the summary statistic. When simulating a model,
the value of the statistics are written to an entry of the returned list
with this name. Summary statistic names must be unique in a model.
population
The population for which the statistic is calculated.
transformation
An optional function for transforming the results
of the statistic. If specified, the results of the transformation are
returned instead of the original values.