Introducción
Última actualización: 2024-03-12 | Mejora esta página
Hoja de ruta
Preguntas
- Pregunta?
Objetivos
- Explicar
Título
Bla
R
library(EpiEstim) # this package is to estimate time-varying R
R
library(rstan)
SALIDA
Loading required package: StanHeaders
SALIDA
rstan version 2.32.3 (Stan version 2.32.2)
SALIDA
For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores()).
To avoid recompilation of unchanged Stan programs, we recommend calling
rstan_options(auto_write = TRUE)
For within-chain threading using `reduce_sum()` or `map_rect()` Stan functions,
change `threads_per_chain` option:
rstan_options(threads_per_chain = 1)