View source: R/sample_log_normal_stutter_variance.R
sample_log_normal_stutter_variance | R Documentation |
Sample log normal stutter variance parameters according to priors
sample_log_normal_stutter_variance(log_normal_stutter_variability)
log_normal_stutter_variability |
List of variability parameters. See gf_configuration for an example. |
Named numeric with stutter variance parameter for all stutter types. Names are k2
concatenated with the name of the stuter type. See example.
gf <- gf_configuration()
log_normal_stutter_variability <- gf$log_normal_settings$stutter_variability
k2 <- sample_log_normal_stutter_variance(log_normal_stutter_variability)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.