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.
min_win
The minimum distance from the grid point that a SNP must have
to be included in the calculation of omega.
max_win
The maximum distance from the grid point that a SNP must have
to be included in the calculation of omega.
grid
The number of points for which omega is calculated on each
locus. Should be significantly lower than the locus length.
binary
The path of the binary for OmegaPlus. If set to "automatic",
coala will try to find a binary called "OmegaPlus" using the PATH
environment variable.
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.