update_y_pb: update_y_pb

View source: R/update_y_pb.R

update_y_pbR Documentation

update_y_pb

Description

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

Usage

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

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


sellerslab/gemini documentation built on Dec. 5, 2022, 8:56 a.m.