Description Usage Arguments Value Examples
Compare data frame to target subtotals and calculate absolute error.
1 2 | ip_miss(datatable, target, series_start = "value",
series_target = "value", series_type = "tar")
|
datatable |
A data frame of values previously scaled to targets. |
target |
A data frame of target subtotals over one or more dimensions. |
series_start |
The name of the series in |
series_target |
The name of the |
A summarized data frame with the same dimensionality as target
, with a measurement of error.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.