View source: R/build_stan_data.R
sf_uniform | R Documentation |
Sets uniform distribution parameters for sampling
sf_uniform(min = 0, max = 10)
min |
Minimum value of the random variable of the uniform distribution |
max |
Maximum value of the random variable of the uniform distribution |
List with specified statistics and name of the model
my_prior <- sf_uniform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.