SSM currently accept the following observation processes.
1 2 3 4 5  | poisson_obs(obs = NULL, state = NULL, reporting)
discretized_normal_obs(obs = NULL, state = NULL, reporting, overdispersion)
binomial_obs(x_obs = NULL, n_obs = NULL, p = NULL)
 | 
obs | 
 character, name of the observation in the data  | 
state | 
 character, name of the observed state in the model  | 
reporting | 
 character, name of the reporting rate parameter  | 
overdispersion | 
 character, name of the overdispersion parameter  | 
x_obs | 
 character, name of the column with the number of successes in the data  | 
n_obs | 
 character, name of the column with the sample size in the data  | 
p | 
 character, probability of success, usually a combination of the states and parameters of the model (e.g.   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.