VI_MODEL$prm | R Documentation |
A list, will be initialized after an instance is built.
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.