n_range {saros} | R Documentation |
Provides a range (or single value) for N in data, given dep and indep
n_range(
data,
dep,
indep = NULL,
mesos_var = NULL,
mesos_group = NULL,
glue_template_1 = "{n}",
glue_template_2 = "[{n[1]}-{n[2]}]"
)
data |
Dataset |
dep , indep |
Tidyselect syntax |
mesos_var |
Optional, NULL or string specifying name of variable used to split dataset. |
mesos_group |
Optional, NULL or string specifying value in |
glue_template_1 , glue_template_2 |
String, for the case of a single value (1) or a range with minimum-maximum of values (2). |
String.
n_range(data=ex_survey, dep=b_1:b_3, indep=x1_sex)