RangeNumberActionsbyVar {LOGAN} | R Documentation |
Check number of students and actions 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
RangeNumberActionsbyVar(data, id.var, var.group, save.table = TRUE)
Arguments
data |
A |
id.var |
a vector with the individuals identification. It is a
|
var.group |
a vector with the group variable. It is a |
save.table |
if |
Value
This function returns a data.frame
with the number of students
and number de actions (min-max) aggregated by a specific variable.
Examples
m0$RangeNumberActionsbyVar(cp025q01.treated, NewID, CNT, save.table = FALSE)
[Package LOGAN version 1.0.1 Index]