This is a function that reports the number of students and number de actions (min-max) aggregated by a specific variable.
RangeTimeonTaskbyVar(data, tot.var, var.group)
This function returns a data.frame
with the number of students and number de actions (min-max)
aggregated by a specific variable.
A matrix
or data.frame
a vector with the total time. It is a quo()
type.
a vector with the group variable. It is a quo()
type.