powered by
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]}]" )
String.
Dataset
Tidyselect syntax
Optional, NULL or string specifying name of variable used to split dataset.
Optional, NULL or string specifying value in mesos_var indicating the target group.
mesos_var
String, for the case of a single value (1) or a range with minimum-maximum of values (2).
n_range(data = ex_survey, dep = b_1:b_3, indep = x1_sex)
Run the code above in your browser using DataLab