Description Usage Arguments Value
Compare data frame to target subtotals and calculate absolute error in a single data frame.
Analogous to ip_miss
.
Primarily for use within other ipfitr
functions to increase speed.
1 2 | ip_miss_a(datatable, target_series, series_start = "value",
series_target = "tar1", series_type = "tar")
|
datatable |
A data frame of values previously scaled to targets. |
target_series |
Subset of |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.