update_y_pb {gemini}R 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()


[Package gemini version 1.6.0 Index]