toLoo | R Documentation |
You must use an ‘_ll’ model variation (see findModel
).
toLoo(fit, ...)
fit |
a |
... |
Additional options passed to |
a loo object
outlierTable
, loo
palist <- letters[1:10]
df <- twoLevelGraph(palist, 300)
theta <- rnorm(length(palist))
names(theta) <- palist
df <- generateItem(df, theta, th=rep(0.5, 4))
df <- filterGraph(df)
df <- normalizeData(df)
dl <- prepCleanData(df)
dl$scale <- 1.5
m1 <- pcStan("unidim_ll", dl)
loo1 <- toLoo(m1, cores=1)
print(loo1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.