View source: R/stan_exp_model.R
stan_exp_model | R Documentation |
Bayesian exponential model using stan
stan_exp_model(X, Y, N, iter = 5000, warmup = 1000, cores = 1)
X |
date vector. |
Y |
Numeric vector of number of positive samples |
N |
Numeric vector of total number of samples |
... |
Arguments passed to |
An object of class stanfit
returned by rstan::sampling
Load and run stan model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.