Description Usage Arguments Value Warning Examples
View source: R/datamodel-constructors.R
Create a data model in which the observed data are treated as error-free and are copied straight into the account and not subsequently updated.
1 |
data |
A data frame, described in |
nm_series |
The name of the demographic series
that |
nm_data |
The name of the dataset. If no value
supplied, then |
An object of class "dm_exact".
dm_exact is the only valid data model for births
and deaths. dm_exact cannot be used for
any series other than births and deaths.
1 2 3 | reg_deaths <- dm_exact(data = account::gl_reg_deaths,
nm_series = "deaths")
reg_deaths
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.