- data
A data frame that debit_map() could take.
- x, sd, n
Optionally, specify column names in data as these arguments.
- var
String. Names of the columns that will be dispersed. Default is
c("x", "sd", "n").
- dispersion
Numeric. Sequence with steps up and down from the var
inputs. It will be adjusted to these values' decimal levels. For example,
with a reported 8.34, the step size is 0.01. Default is 1:5, for five
steps up and down.
- out_min, out_max
If specified, output will be restricted so that it's
not below out_min or above out_max. Defaults are "auto" for
out_min, i.e., a minimum of one decimal unit above zero; and NULL for
out_max, i.e., no maximum.
- include_reported
Logical. Should the reported values themselves be
included in the sequences originating from them? Default is FALSE because
this might be redundant and bias the results.
- include_consistent
Logical. Should the function also process
consistent cases (from among those reported), not just inconsistent ones?
Default is FALSE because the focus should be on clarifying
inconsistencies.
- ...
Arguments passed down to debit_map().