sf_normal: Sets normal distribution parameters for sampling

View source: R/build_stan_data.R

sf_normalR 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()

serofoi documentation built on April 3, 2025, 11:40 p.m.