View source: R/baseline_estimation.R
| estimate_baselines | R Documentation | 
Estimate the baselines (expected values) for the supplied counts.
estimate_baselines(counts, population = NULL)
counts | 
 A matrix of observed counts. Rows indicate time (ordered from most recent) and columns indicate locations.  | 
population | 
 A matrix or vector of populations for each location 
(optional). If a matrix, should be of the same dimensions as 
  | 
A matrix of baselines of the same dimensions as counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.