PlotTimeonTaskbyVar {LOGAN} | R Documentation |
Check response time by var
Description
This is a function that reports the number of students and number de actions (min-max) aggregated by a specific variable.
Usage
PlotTimeonTaskbyVar(
data,
tot.var,
performance.item,
namexlab,
nameylab = "Density"
)
Arguments
data |
A |
tot.var |
a vector with the total time. It is a |
performance.item |
name of the item variable |
namexlab |
name of the plot's x-axis |
nameylab |
name of the plot's y-axis. Defaults to "Density" |
Value
This function returns a data.frame
with the number of students
and number de actions (min-max) aggregated by a specific variable.
Examples
m1$PlotTimeonTaskbyVar(cp025q01.treated, "CP025Q01.TOT", "CP025Q01",
namexlab = "Time on task (minutes)"
)
[Package LOGAN version 1.0.1 Index]