sf_normal {serofoi} | R Documentation |
Sets normal distribution parameters for sampling
Description
Sets normal distribution parameters for sampling
Usage
sf_normal(mean = 0, sd = 1)
Arguments
mean |
Mean of the normal distribution |
sd |
Standard deviation of the normal distribution |
Value
List with specified statistics and name of the model
Examples
my_prior <- sf_normal()
[Package serofoi version 1.0.3 Index]