Analyze with defined precision
afun_p(
x,
.N_col,
.spl_context,
precision,
.N_row,
.var = NULL,
.df_row = NULL,
.stats = NULL,
.labels = NULL,
.indent_mods = NULL,
...
)
value to analyze
(int
) See tern::analyze_variables
.
split context.
(named list
of integer
) where names of columns found in .df_row
and the values indicate the
number of digits in statistics for numeric value. If default
is set, and parameter precision not specified, the
value for default
will be used. If neither are provided, auto determination is used. See tern::format_auto
.
(int
) See tern::analyze_variables
.
variable name.
(named list
of character) where names of columns found in .df_row
and the values indicate the
statistical analysis to perform. If default
is set, and parameter precision not specified, the
value for default
will be used.
(character
) See tern::analyze_variables
.
(integer
) See tern::analyze_variables
.
additional arguments for tern::a_summary
.