Learn R Programming

coala (version 0.1.1)

par_zero_inflation: Zero inflation for Parameters

Description

This adds a zero inflation to the distribution of a parameter for the different loci. When using this, each locus will be simulated with a parameter value of 0 with probability prob, or with parameter's original value in the remaining cases. are called separately for each locus, which can dramatically increase the time needed to simulate models with many loci.

Usage

par_zero_inflation(par, prob)

Arguments

par
A parameter whose value will be set variable.
prob
The probability that the parameters value will be set to `0` for each locus.