View source: R/build_stan_data.R
sf_normal | R Documentation |
Sets normal distribution parameters for sampling
sf_normal(mean = 0, sd = 1)
mean |
Mean of the normal distribution |
sd |
Standard deviation of the normal distribution |
List with specified statistics and name of the model
my_prior <- sf_normal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.