VI_MODEL$..str.. | R Documentation |
This function returns a string representation of the object.
A string.
VI_MODEL$..str..()
# 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,
null_formula = y ~ x,
alt_formula = y ~ x + I(x^2))
test$..str..()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.