NumericTimeVar: Time var as a numeric vector

View source: R/NumericTimeVar_m1.R

NumericTimeVarR Documentation

Time var as a numeric vector

Description

This is a function that transforms a factor var time in numeric.

Usage

NumericTimeVar(data, vector.time)

Arguments

data

A matrix or data.frame

vector.time

variable containing the time

Value

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

Examples

vector.time <- c("CP025Q01.END", "CP025Q01.START")
m1$NumericTimeVar(cp025q01.treated, vector.time)


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

Related to NumericTimeVar in LOGAN...