View source: R/get_model_kangarooExponential.R
Population model for counts of kangaroos: model 2 in Knape and Valpine (2012).
This model has 3 parameters: sigma, tau, r.
The priors are independent uniforms
on (0,range_sigma) for sigma,
on (0,range_tau) for tau,
on (-range_r,range_r) for r.
1 2 | get_model_kangarooExponential(timesteps = data_kangaroo["time", ],
range_sigma = 10, range_tau = 10, range_r = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.