powered by
This is a function that reports the number of students and a summary of time on task aggregated by a specific variable.
SummaryTOTbyVar(data, tot.var, performance.item, na.rm = FALSE)
This function returns a data.frame with the number of students and number de actions (min-max) aggregated by a specific variable.
data.frame
A matrix or data.frame
matrix
a vector with the time on task.
a vector with the group variable. It is a quo() type.
quo()
remove missing data in `performance.item`? Default is `FALSE`
m1$SummaryTOTbyVar(cp025q01.treated, "CP025Q01.TOT", "CP025Q01", TRUE)
Run the code above in your browser using DataLab