lapply_func | R Documentation |
Internal function that chooses an appropriate "apply"-type function (either
lapply()
or future.apply::future_lapply()
)
lapply_func(..., backend = "rstan", future.opts = list())
... |
Additional parameters to pass to underlying option functions,
|
backend |
Character string indicating the backend to use for fitting stan models. Supported arguments are "rstan" (default) or "cmdstanr". |
A function that can be used to apply a function to a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.