View source: R/bayes_functions.R
loo_WindowsParallelFix | R Documentation |
The standard loo command doesn't work on Windows because of a bug. This command gets around that bug by extracting the log likelihood first, and then running the loo command on that extracted object
loo_WindowsParallelFix(model)
model |
An rstanarm model object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.