RangeNumberActionsbyVar: Check number of students and actions by var

View source: R/RangeNumberActionsbyVar_m0.R

RangeNumberActionsbyVarR 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 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

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


LOGAN documentation built on Oct. 25, 2022, 9:08 a.m.