update_y_pb: update_y_pb

Description Usage Arguments Value Examples

View source: R/update_y_pb.R

Description

Update values of y using data from Input and current values of other parameters.

Usage

1
update_y_pb(Model, mean_y = 0, sd_y = 10, verbose = FALSE)

Arguments

Model

a Model object of class gemini.model

mean_y

numeric indicating prior mean of y

sd_y

numeric indicating prior sd of y

verbose

default FALSE

Value

An object of class gemini.model

Examples

1
2
data("Model", package = "gemini")
Model %<>% update_y_pb()

gemini documentation built on Nov. 8, 2020, 8:22 p.m.