RangeNumberActionsbyVar: Check number of students and actions by var

Description Usage Arguments Value Examples

View source: R/RangeNumberActionsbyVar_m0.R

Description

This is a function that reports the number of students and number de actions (min-max) aggregated by a specific variable.

Usage

1
RangeNumberActionsbyVar(data, id.var, var.group, save.table = TRUE)

Arguments

data

A matrix or data.frame

id.var

a vector with the individuals identification. It is a quo() type.

var.group

a vector with the group variable. It is a quo() type.

save.table

if TRUE, will save the table generated as an object of class data.frame. Otherwise, will print the table in pandoc format, but the object will not be saved (even if the user assigns it to an object)

Value

This function returns a data.frame with the number of students and number de actions (min-max) aggregated by a specific variable.

Examples

1
m0$RangeNumberActionsbyVar(cp025q01.treated, NewID, CNT, save.table = FALSE)

derecost/LOGAN documentation built on June 19, 2020, 6:40 p.m.