VI_MODEL-cash-prm: List of parameters

VI_MODEL$prmR Documentation

List of parameters

Description

A list, will be initialized after an instance is built.

Examples


# Instantiate
x <- rand_uniform()
e <- rand_normal()
test <- vi_model(prm = list(x = x, e = e),
                 prm_type = list(x = "r", e = "r"),
                 formula = y ~ 1 + x + x^2 + e)
test$prm

TengMCing/visage documentation built on Aug. 28, 2024, 3:27 p.m.