# test cmdstanr installation through ulam
test_ulam <- function() {
m <- ulam(
alist(
x ~ normal(0,1),
y ~ normal(1,1)
), data=list(a=1) )
precis(m)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.