Description Usage Arguments Value Source See Also Examples
Run Rats data model
1 | rats_example(seed = 123, nCores = pmin(parallel::detectCores(), 4))
|
seed |
numeric, seed for rstan, Default: 123 |
nCores |
numeric, Maximum number of cores to use, Default: pmin(parallel::detectCores(),4) |
stanfit object
Data Description, Data and Script
rstan detectCores
Other examples:
rat_data
1 2 3 | require(shredder)
rats <- rats_example(nCores = 1)
rats
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.