sumstat_mcmf: Summary Statistic: Most Common Mutation's Frequency
Description
This summary statistic calculates the observed frequency
of the mutational pattern that is observed most often in
the data.
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.
Can also be "all" to calculate it from all populations.
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.